Skip to content

Commit

Permalink
create-final-bosh-release-on-commits.yml: skip gh-release update when…
Browse files Browse the repository at this point in the history
… noop (fixup)

 Invalid workflow file: .github/workflows/create-final-bosh-release-on-commits.yml#L191
The workflow is not valid. .github/workflows/create-final-bosh-release-on-commits.yml (Line: 191, Col: 13): A mapping was not expected
  • Loading branch information
gberche-orange committed Jan 5, 2024
1 parent 9ddca9b commit 316b624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-final-bosh-release-on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
# see https://github.com/ncipollo/release-action
- name: create github release
id: create-github-release
if: {{ steps.create-bosh-release.outputs.need_gh_release == 'true' }}
if: ${{ steps.create-bosh-release.outputs.need_gh_release == 'true' }}
uses: ncipollo/[email protected]
with:
tag: ${{ steps.create-bosh-release.outputs.version }}
Expand Down

0 comments on commit 316b624

Please sign in to comment.