Skip to content

Commit

Permalink
Fix quoting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
justinretzolk committed Aug 29, 2024
1 parent 877bd6b commit f46778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Run Community Check
id: community_check
if: github.event.action == "assigned"
if: github.event.action == 'assigned'
uses: ./.github/actions/community_check
with:
user_login: ${{ github.event.assignee.login }}
Expand Down

0 comments on commit f46778b

Please sign in to comment.