We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a2368 commit 97d745eCopy full SHA for 97d745e
.github/actions/build-node-python/action.yml
@@ -186,7 +186,7 @@ runs:
186
echo "No staged changes to commit"
187
return 0
188
fi
189
- git commit -m "Auto-fix: Apply linting and formatting fixes [skip ci]" || true
+ git commit -m "Auto-fix: Apply linting and formatting fixes" || true
190
git push || true
191
echo "✓ Lint fixes committed and pushed"
192
0 commit comments