Skip to content

Commit

Permalink
Merge pull request #42 from orange-cloudfoundry/renovate/orange-cloud…
Browse files Browse the repository at this point in the history
…foundry-create-bosh-release-action-1.x

chore(deps): update orange-cloudfoundry/create-bosh-release-action action to v1.0.2
  • Loading branch information
o-orand authored Jan 23, 2024
2 parents e1fb253 + 163c981 commit 7087356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release-on-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: create bosh release
id: create-bosh-release
uses: orange-cloudfoundry/[email protected].1
uses: orange-cloudfoundry/create-bosh-release-action@114f237653682479efe231f6d89e57096f8afe63 # v1.0.2
with:
target_branch: ${{github.ref_name}}
tag_name: ${{ steps.bump-version.outputs.next}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-PRs-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# and if clause https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsif
- name: create bosh dev release
id: create-bosh-release
uses: orange-cloudfoundry/[email protected].1 # will create dev release when pushed git ref is not a tag
uses: orange-cloudfoundry/create-bosh-release-action@114f237653682479efe231f6d89e57096f8afe63 # v1.0.2 # will create dev release when pushed git ref is not a tag
with:
target_branch: ${{github.ref_name}}
env:
Expand Down

0 comments on commit 7087356

Please sign in to comment.