Skip to content

Commit

Permalink
remove printing full GH events
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 26, 2020
1 parent e129224 commit 19b4aae
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,6 @@ jobs:
run: |
npm i -g @bahmutov/print-env@2
print-env GITHUB BUILD ACTIONS
cat $GITHUB_EVENT_PATH
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions#contexts
- name: Print job object
run: echo '${{ toJson(job) }}'

- name: Print steps object
run: echo '${{ toJson(steps) }}'

- name: Print runner object
run: echo '${{ toJson(runner) }}'

- name: Print strategy object
run: echo '${{ toJson(strategy) }}'

- name: Print matrix object
run: echo '${{ toJson(matrix) }}'
# Restore the previous NPM modules and Cypress binary archives.
# Any updated archives will be saved automatically after the entire
Expand Down

0 comments on commit 19b4aae

Please sign in to comment.