Skip to content

Commit

Permalink
fix: stray dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 21, 2023
1 parent 2089b21 commit dec532d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Echos
echo -e "pr=${PR_NO}"
echo -e "$Last commit message: \n\t${{ github.event.head_commit.message }}"
echo -e "Last commit message: \n\t${{ github.event.head_commit.message }}"
# Send to GitHub Output
echo "pr=${PR_NO}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit dec532d

Please sign in to comment.