Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 661 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 661 Bytes

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

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