mirror of https://github.com/jpanther/congo.git
💚 Fix incorrect parameter in workflow config
parent
c630e69e32
commit
46d6884519
|
@ -21,5 +21,5 @@ jobs:
|
||||||
- name: Update Labels
|
- name: Update Labels
|
||||||
uses: RebeccaStevens/issue-closed-labeler-action@latest
|
uses: RebeccaStevens/issue-closed-labeler-action@latest
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
rules: '[{"condition": "wip", "remove": "wip"}]'
|
rules: '[{"condition": "wip", "remove": "wip"}]'
|
||||||
|
|
Loading…
Reference in New Issue