We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40369bd + 58985c0 commit 605ee72Copy full SHA for 605ee72
1 file changed
.github/workflows/config.yml
@@ -264,7 +264,7 @@ jobs:
264
if [[ $(git diff --cached --exit-code) ]]; then
265
git config --global user.email "github-action@users.noreply.github.com"
266
git config --global user.name "GitHub Action"
267
- git commit -m "Latest results."
+ git commit -m "Latest results. [skip ci]"
268
echo "Pushing to branch: $branch_name"
269
git push -u origin $branch_name
270
fi
0 commit comments