We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f5a72 commit 50c9afbCopy full SHA for 50c9afb
.github/workflows/add_member.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Get username to add
33
id: get_username
34
run:
35
- python -c "print('USERNAME='+'✋ [MEMBER] - <your handle>'.split(' - ')[1])" >> $GITHUB_ENV
+ python -c "print('USERNAME='+'${{ github.event.issue.title }}'.split(' - ')[1])" >> $GITHUB_ENV
36
37
- name: Initialize mandatory git config
38
run: |
0 commit comments