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