Skip to content

Commit b68d2ce

Browse files
committed
Improve workflow
1 parent 0bae8a3 commit b68d2ce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build_addon.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020

2121
permissions:
2222
contents: write
23-
actions: write
2423

2524
runs-on: ubuntu-latest
2625

@@ -55,7 +54,7 @@ jobs:
5554
git config user.name "github-actions"
5655
git config user.email "github-actions@github.com"
5756
git add -A
58-
git commit -m "Apply code checks fixes" || {
57+
git commit -m "Apply code checks fixes [skip ci]"" || {
5958
echo "Nothing to commit, continuing"
6059
exit 0
6160
}

0 commit comments

Comments
 (0)