Update .gitea/workflows/add-issue-to-project.yaml

This commit is contained in:
Byroks 2024-01-08 20:42:22 +01:00
parent a606750b23
commit 7368673ba3
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}"