test [skip ci]
This commit is contained in:
parent
4740d377e0
commit
b71d9fed84
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
- name: Dump GitHub context
|
||||
env:
|
||||
GITHUB_CONTEXT_COMMIT_MSG: ${{ github.event.commits }}
|
||||
GITHUB_CONTEXT_COMMIT_MSG: ${{ toJson(github.event.commits) }}
|
||||
GITHUB_CONTEXT_COMMIT_MSG_COND: ${{ contains(github.event.commits, '[skip ci]') }}
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue