Skip to content

Commit

Permalink
#42 list context
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismoh committed Jun 30, 2022
1 parent 3853c5c commit f3f7c21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ jobs:

- name: Output linked Issue list
run: echo "${{ steps.links.outputs.issues }}"
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Copy label from issue
run: |

0 comments on commit f3f7c21

Please sign in to comment.