We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0003261 commit dfad135Copy full SHA for dfad135
1 file changed
.github/workflows/build.yml
@@ -6,10 +6,10 @@ jobs:
6
test:
7
runs-on: ubuntu-16.04
8
steps:
9
- # - name: Dump GitHub context
10
- # env:
11
- # GITHUB_CONTEXT: ${{ toJson(github) }}
12
- # run: echo "$GITHUB_CONTEXT"
+ - name: Dump GitHub context
+ env:
+ GITHUB_CONTEXT: ${{ toJson(github) }}
+ run: python -c "import os; print os.environ['GITHUB_CONTEXT']"
13
- name: Fail if not a release publish # workaround has `on` doesn't have this filter
14
run: exit 1
15
if: github.event_name == 'release' && (github.event.action != 'published' && github.event.action != 'rerequested')
0 commit comments