Skip to content

Commit 9f7c85b

Browse files
cunlatim-schilling
authored andcommitted
fix
1 parent a914d03 commit 9f7c85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_member.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Check if user wants to become a designer
7272
id: check_designer
7373
run: |
74-
if gh issue view ${{ env.ISSUE_NUMBER }} --json body | jq -e '.body | contains("Do you wish to join the designers team?")'; then
74+
if gh issue view ${{ env.ISSUE_NUMBER }} --json body | jq -e '.body | contains("[x] Do you wish to join the designers team?")'; then
7575
python scripts/add_member.py ${{ env.USERNAME }} designers
7676
else
7777
echo "User does not want to join the designers team."

0 commit comments

Comments
 (0)