Skip to content

Commit b75a691

Browse files
committed
Add job to show the login.
1 parent 264ae88 commit b75a691

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/labels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
types:
55
- created
66
jobs:
7+
show-login:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Show login
11+
run: echo ${{ github.event.actor.login }}
712
add-label:
813
if: ${{ github.event.actor.login != 'tillahoffmann' }}
914
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)