Skip to content

Commit

Permalink
gh-actions/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Nov 11, 2023
1 parent f053d10 commit f20a7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions/github/env/summary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
REF_TITLE=(
"${{ ! inputs.pr && 'postsubmit' || 'pr' }}/"
"${{ inputs.target-branch }}"
"@${{ inputs.sha }}")
"@${{ steps.sha-short.outputs.string }}")
else
REF_SHA_LINK="[${{ steps.sha-short.outputs.string }}](https://github.com/${{ github.repository }}/commit/${{ inputs.sha }})"
REF_TITLE=(
Expand Down

0 comments on commit f20a7e6

Please sign in to comment.