https://github.com/orange-cloudfoundry/bosh-release-action
github action to create bosh releases
https://github.com/orange-cloudfoundry/bosh-release-action
Last synced: 3 months ago
JSON representation
github action to create bosh releases
- Host: GitHub
- URL: https://github.com/orange-cloudfoundry/bosh-release-action
- Owner: orange-cloudfoundry
- Created: 2021-02-11T13:12:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T09:56:37.000Z (over 1 year ago)
- Last Synced: 2026-02-10T23:41:07.135Z (5 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bosh release action
Github action to generate a new version of bosh final release
## Inputs
### `target_branch`
The name of the branch where generated release files should be pushed; default `"master"`.
### `bundle`
Install bundle at given version, useful for some pre_packaging scripts; default `false`.
## Outputs
### `file`
Name of the generated release.
## Example usage
```yaml
uses: orange-cloudfoundry/bosh-release-action@v7
with:
target_branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_BOSH_ACCES_KEY_ID: ${{ secrets.AWS_BOSH_ACCES_KEY_ID }}
AWS_BOSH_SECRET_ACCES_KEY: ${{ secrets.AWS_BOSH_SECRET_ACCES_KEY }}
```