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 850f596 commit 7ceb933Copy full SHA for 7ceb933
.github/workflows/run-examples.yml
@@ -103,5 +103,5 @@ jobs:
103
git config --local user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
104
git status
105
git add tests/results/
106
- git diff --cached --quiet || git commit -m "github-actions[bot]: Updated results file when running examples on $(date)"
+ git diff --cached --quiet || git commit -S -s -m "github-actions[bot]: Updated results file when running examples on $(date)"
107
git push
0 commit comments