We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775ccfa commit 0df0efaCopy full SHA for 0df0efa
.github/workflows/update-node-tables.yml
@@ -26,5 +26,5 @@ jobs:
26
git config user.name "github-actions[bot]"
27
git config user.email "github-actions[bot]@users.noreply.github.com"
28
git add networks/mainnet/mainnet-nodes/README.md
29
- git commit -m "chore: update node tables" || echo "No changes to commit"
+ git commit -m "chore: update node tables" -s -S || echo "No changes to commit"
30
git push
0 commit comments