Skip to content

Commit

Permalink
chore: set commit message to string literal
Browse files Browse the repository at this point in the history
  • Loading branch information
segallagher committed Jun 12, 2024
1 parent ea52c05 commit d5788b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
echo Add files
git add .
echo Commit files
git commit -m ${{ env.COMMIT_MESSAGE }}
git commit -m "${{ env.COMMIT_MESSAGE }}"
echo Start push
git push

0 comments on commit d5788b9

Please sign in to comment.