We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bf6cc commit 830ba03Copy full SHA for 830ba03
1 file changed
.github/workflows/release.yaml
@@ -36,10 +36,10 @@ jobs:
36
git config pull.rebase false
37
branch=automated-documentation-update-$GITHUB_RUN_ID
38
git checkout -b $branch
39
- message='Automated documentation update'
+ message='chore: automated documentation update'
40
# Add / update and commit
41
git add */**/README.md
42
- git commit -m 'Automated documentation update [skip ci]' || export NO_UPDATES=true
+ git commit -m 'chore: automated documentation update [skip ci]' || export NO_UPDATES=true
43
# Push
44
if [ "$NO_UPDATES" != "true" ] ; then
45
git push origin "$branch"
0 commit comments