mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-21 02:04:50 -04:00
💚 Fix incorrect parameter in workflow config
This commit is contained in:
@@ -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"}]'
|
||||||
|
|||||||
Reference in New Issue
Block a user