Skip to content

Commit

Permalink
get event content
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Feb 15, 2021
1 parent bad3a65 commit 0b5ec17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ jobs:
- name: Debug Action
uses: hmarr/[email protected]

- name: GitHub JSON
run: echo "${{ toJSON(github) }}"
shell: bash

- name: Download Artifacts
uses: actions/download-artifact@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
github.event.workflow_run.conclusion != 'skipped'
steps:
- name: Debug Action
uses: hmarr/[email protected]

- name: Download Artifacts
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 0b5ec17

Please sign in to comment.