Skip to content

Commit

Permalink
No quotes around parameters value (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Oct 9, 2022
1 parent 7b61168 commit bf9728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: Naturalclar/[email protected]
with:
title-or-body: "both"
parameters: '[ {"keywords": ["bug", "error"], "labels": ["BUG"], "assignees": ["username"]}, {"keywords": ["help", "guidance"], "labels": ["help-wanted"], "assignees": ["username"]}]'
parameters: [ {"keywords": ["bug", "error"], "labels": ["BUG"], "assignees": ["username"]}, {"keywords": ["help", "guidance"], "labels": ["help-wanted"], "assignees": ["username"]}]
github-token: "${{ secrets.GITHUB_TOKEN }}"
```
Expand Down

0 comments on commit bf9728a

Please sign in to comment.