Skip to content

Commit 7ceb933

Browse files
committed
Sign off GHA commit
Signed-off-by: Jing Chen <[email protected]>
1 parent 850f596 commit 7ceb933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ jobs:
103103
git config --local user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
104104
git status
105105
git add tests/results/
106-
git diff --cached --quiet || git commit -m "github-actions[bot]: Updated results file when running examples on $(date)"
106+
git diff --cached --quiet || git commit -S -s -m "github-actions[bot]: Updated results file when running examples on $(date)"
107107
git push

0 commit comments

Comments
 (0)