Skip to content

Commit 830ba03

Browse files
authored
chore: update auto docs message (#12)
1 parent b0bf6cc commit 830ba03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
git config pull.rebase false
3737
branch=automated-documentation-update-$GITHUB_RUN_ID
3838
git checkout -b $branch
39-
message='Automated documentation update'
39+
message='chore: automated documentation update'
4040
# Add / update and commit
4141
git add */**/README.md
42-
git commit -m 'Automated documentation update [skip ci]' || export NO_UPDATES=true
42+
git commit -m 'chore: automated documentation update [skip ci]' || export NO_UPDATES=true
4343
# Push
4444
if [ "$NO_UPDATES" != "true" ] ; then
4545
git push origin "$branch"

0 commit comments

Comments
 (0)