Closed abcfy2 closed 2 years ago
My logic is When files changed, push them back. So it's expect that sometimes no files changed. Like this: https://github.com/DTeam-Top/st2/actions/runs/3046740142/jobs/4909922520
When files changed, push them back
So don't let the step failed when nothing to commit, working tree clean.
nothing to commit, working tree clean
Thanks.
Never mind. It's not this action fault.
git commit -m "docs: ✏️ update coverage badge" -a || true
My logic is
When files changed, push them back
. So it's expect that sometimes no files changed. Like this: https://github.com/DTeam-Top/st2/actions/runs/3046740142/jobs/4909922520So don't let the step failed when
nothing to commit, working tree clean
.Thanks.