mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;ci: push: tweak output
This commit is contained in:
parent
2c7e3136e0
commit
4641db4604
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
&& bin/commitlint $RANGE \
|
||||
|| ( echo "could not identify commits, checking last $NUM instead:"; bin/commitlint -$NUM )
|
||||
|
||||
- name: Skip remaining CI steps if last commit message begins with ; ?
|
||||
- name: Skip remaining CI steps if latest commit message begins with ;
|
||||
run: |
|
||||
git log -1 --pretty='%s' ${GITHUB_HEAD_REF:+origin/$GITHUB_HEAD_REF} \
|
||||
| grep -qE '^ *;' || echo “::set-env name=CONTINUE::true”
|
||||
|
Loading…
Reference in New Issue
Block a user