Update .gitea/workflows/add-issue-to-project.yaml
This commit is contained in:
parent
a606750b23
commit
7368673ba3
|
|
@ -7,9 +7,9 @@ jobs:
|
|||
createCard:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-name: Close Issue
|
||||
- name: Close Issue
|
||||
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