Skip to content

Commit

Permalink
Escape special symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Dec 25, 2024
1 parent 0ca0261 commit 7c2b342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/override/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ runs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git pull --rebase origin ${{ inputs.runtime }}
git add .
git commit -m "Override `${{ inputs.ref }}`"
git commit -m "Override \`${{ inputs.ref }}\`"
git push

0 comments on commit 7c2b342

Please sign in to comment.