Skip to content

Commit 6ad6b58

Browse files
committed
Check that user exists before adding
1 parent f598b44 commit 6ad6b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/add_member.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
python -c "print('USERNAME='+'${{ github.event.issue.title }}'.split(' - ')[1])" >> $GITHUB_ENV
3737

3838
- name: Check whether username exists
39+
shell: bash
3940
env:
4041
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4142
run: |

0 commit comments

Comments
 (0)