Skip to content

Commit 44c0c91

Browse files
committed
Show event metadata.
1 parent f236ac2 commit 44c0c91

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
@@ -7,8 +7,8 @@ jobs:
77
show-login:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Show login
11-
run: echo ${{ github.event.actor.login }}
10+
- name: Show metadata
11+
run: echo ${{ github.event }}
1212
add-label:
1313
if: ${{ github.event.actor.login != 'tillahoffmann' }}
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)