ci: push/linux/mac/windows: fix ; conditional step execution

This commit is contained in:
Simon Michael 2021-07-20 23:24:18 -10:00
parent a54716778d
commit a291f5d33b
4 changed files with 4 additions and 4 deletions

View File

@ -119,7 +119,7 @@ jobs:
- 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”
| grep -qE '^ *;' || echo "CONTINUE=true" >> $GITHUB_ENV
# things to be cached/restored:

View File

@ -76,7 +76,7 @@ jobs:
- 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”
| grep -qE '^ *;' || echo "CONTINUE=true" >> $GITHUB_ENV
# things to be cached/restored:

View File

@ -83,7 +83,7 @@ jobs:
- 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”
| grep -qE '^ *;' || echo "CONTINUE=true" >> $GITHUB_ENV
# things to be cached/restored:

View File

@ -71,7 +71,7 @@ jobs:
shell: bash
run: |
git log -1 --pretty='%s' ${GITHUB_HEAD_REF:+origin/$GITHUB_HEAD_REF} \
| grep -qE '^ *;' || echo “::set-env name=CONTINUE::true”
| grep -qE '^ *;' || echo "CONTINUE=true" >> $GITHUB_ENV
# things to be cached/restored: