Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sukanya-rath authored Oct 29, 2024
1 parent fb42116 commit 162c4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# remove the excess part from semver, for example: x.x.x_* -> x.x.x
semver=$(echo ${{ inputs.semver }} | cut -d'_' -f1)
echo "Semver: $semver"
echo "semver: $semver" >> $GITHUB_OUTPUT
echo "semver: ${semver}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4
name: checkout
- name: Login to OpenShift
Expand Down

0 comments on commit 162c4ce

Please sign in to comment.