Update .gitea/workflows/add-issue-to-project.yaml
This commit is contained in:
parent
a606750b23
commit
7368673ba3
|
|
@ -11,5 +11,5 @@ jobs:
|
|||
run: >
|
||||
curl -X PATCH -H "Content-Type: application/xml"
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}
|
||||
-d '{ "state": "closed" }'
|
||||
-d '{ "state": "To Do" }'
|
||||
"${{ gitea.event.issue.url }}"
|
||||
Loading…
Reference in New Issue