Skip to content

Commit

Permalink
ci: fix merge tags (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 12, 2024
1 parent dab2053 commit cb68452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
id: tag
run: |
if [ -z "${{ inputs.pr_no }}" ]; then
echo "tag=${{ steps.pr.outputs.pr }}" >> $GITHUB_ENV
echo "tag=${{ steps.pr.outputs.pr }}" >> $GITHUB_OUTPUT
else
echo "tag=${{ inputs.tag }}" >> $GITHUB_ENV
echo "tag=${{ inputs.tag }}" >> $GITHUB_OUTPUT
fi
# https://github.com/bcgov/quickstart-openshift-helpers
Expand Down

0 comments on commit cb68452

Please sign in to comment.