We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1380fa6 commit ec9821bCopy full SHA for ec9821b
.github/workflows/build.yml
@@ -80,5 +80,5 @@ jobs:
80
git config user.name "GitHub Actions"
81
git config user.email "actions@github.com"
82
git add backend/docker-compose.yml
83
- git commit -m "ci: update backend tag to ${GITHUB_SHA::7}"
+ git commit -m "ci: update backend tag to \`${GITHUB_SHA::7}\`"
84
git push
0 commit comments