File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- name : 📝 Auto-generate consensus-node release notes
1+ name : Auto-generate consensus-node release notes
22on :
33 push :
44 branches :
55 - notes-test
66
77permissions :
88 contents : write
9-
109jobs :
1110 update-release-notes :
1211 runs-on : hashgraph-docs-linux-medium
3130 git config user.name "github-actions[bot]"
3231 git config user.email "github-actions[bot]@users.noreply.github.com"
3332 git add networks/release-notes/services.md
34- git commit -m "chore: update release notes" -s -S || echo "nothing to commit"
33+ git commit -m "chore: update release notes" || echo "nothing to commit"
3534 git push
Original file line number Diff line number Diff line change 2626 git config user.name "github-actions[bot]"
2727 git config user.email "github-actions[bot]@users.noreply.github.com"
2828 git add networks/mainnet/mainnet-nodes/README.md
29- git commit -m "chore: update node tables" -s -S || echo "No changes to commit"
29+ git commit -m "chore: update node tables" || echo "No changes to commit"
3030 git push
You can’t perform that action at this time.
0 commit comments