An open API service indexing awesome lists of open source software.

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

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 }}
```