Skip to content

Commit

Permalink
add-member workflow to trigger on issue-open
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Nov 17, 2024
1 parent 26f5a72 commit 50c9afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Get username to add
id: get_username
run:
python -c "print('USERNAME='+'✋ [MEMBER] - <your handle>'.split(' - ')[1])" >> $GITHUB_ENV
python -c "print('USERNAME='+'${{ github.event.issue.title }}'.split(' - ')[1])" >> $GITHUB_ENV

- name: Initialize mandatory git config
run: |
Expand Down

0 comments on commit 50c9afb

Please sign in to comment.