Skip to content

Commit ec9821b

Browse files
committed
chore: add markdown backtick
1 parent 1380fa6 commit ec9821b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ jobs:
8080
git config user.name "GitHub Actions"
8181
git config user.email "actions@github.com"
8282
git add backend/docker-compose.yml
83-
git commit -m "ci: update backend tag to ${GITHUB_SHA::7}"
83+
git commit -m "ci: update backend tag to \`${GITHUB_SHA::7}\`"
8484
git push

0 commit comments

Comments
 (0)