We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bae8a3 commit b68d2ceCopy full SHA for b68d2ce
1 file changed
.github/workflows/build_addon.yml
@@ -20,7 +20,6 @@ jobs:
20
21
permissions:
22
contents: write
23
- actions: write
24
25
runs-on: ubuntu-latest
26
@@ -55,7 +54,7 @@ jobs:
55
54
git config user.name "github-actions"
56
git config user.email "github-actions@github.com"
57
git add -A
58
- git commit -m "Apply code checks fixes" || {
+ git commit -m "Apply code checks fixes [skip ci]"" || {
59
echo "Nothing to commit, continuing"
60
exit 0
61
}
0 commit comments