Skip to content

Commit

Permalink
ci: escape single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay authored and ismay committed Jul 30, 2024
1 parent 8ae67a2 commit 016c1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-and-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:
jobs:
comment-and-close:
uses: dhis2/workflows-platform/.github/workflows/comment-and-close.yml@v1
if: !contains(github.event.issues.sender.login , fromJson('["dhis2-bot", "kodiakhq", "dependabot"]'))
if: '!contains(github.event.issues.sender.login , fromJson(''["dhis2-bot", "kodiakhq", "dependabot"]''))'

1 comment on commit 016c1dc

@dhis2-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.