We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec27ff commit 9149db6Copy full SHA for 9149db6
.github/workflows/auto-release-notes.yml
@@ -31,5 +31,5 @@ jobs:
31
git config user.name "github-actions[bot]"
32
git config user.email "github-actions[bot]@users.noreply.github.com"
33
git add networks/release-notes/services.md
34
- git commit -m "chore: update release notes" || echo "nothing to commit"
+ git commit -m "chore: update release notes" -s -S || echo "nothing to commit" -s -S
35
git push
0 commit comments