Skip to content

Commit 919b517

Browse files
committed
Show metadata as JSON.
1 parent 44c0c91 commit 919b517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
types:
55
- created
66
jobs:
7-
show-login:
7+
show-metadata:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Show metadata
11-
run: echo ${{ github.event }}
11+
run: echo ${{ toJson(github.event) }}
1212
add-label:
1313
if: ${{ github.event.actor.login != 'tillahoffmann' }}
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)