Skip to content

Commit

Permalink
test labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Dec 14, 2023
1 parent 9680968 commit fabb8e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@ jobs:
Analyse:
runs-on: ubuntu-latest
steps:
- name: what are the labels
run: echo ${{ toJson(github) }}
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
# - name: what are the labels
# run: echo "${{ toJson(github) }}"

0 comments on commit fabb8e7

Please sign in to comment.