We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f598b44 commit 6ad6b58Copy full SHA for 6ad6b58
.github/workflows/add_member.yml
@@ -36,6 +36,7 @@ jobs:
36
python -c "print('USERNAME='+'${{ github.event.issue.title }}'.split(' - ')[1])" >> $GITHUB_ENV
37
38
- name: Check whether username exists
39
+ shell: bash
40
env:
41
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
run: |
0 commit comments