We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8c366 commit 395c58dCopy full SHA for 395c58d
1 file changed
.github/workflows/convert-scripts.yml
@@ -29,5 +29,5 @@ jobs:
29
git config user.name "github-actions[bot]"
30
git config user.email "github-actions[bot]@users.noreply.github.com"
31
git add scripts/**/*.osts
32
- git diff --cached --quiet || git commit -m "chore: regenerate .osts files"
+ git diff --cached --quiet || git commit -m "chore(scripts): regenerate .osts files"
33
git push
0 commit comments