Update .gitea/workflows/add-issue-to-project.yaml
This commit is contained in:
parent
f38ef8aa6d
commit
2a36b8eaa1
|
|
@ -7,9 +7,9 @@ jobs:
|
||||||
createCard:
|
createCard:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Create or Update Project Card
|
-name: Close Issue
|
||||||
uses: peter-evans/create-or-update-project-card@v2
|
run: >
|
||||||
with:
|
curl -X PATCH -H "Content-Type: application/xml"
|
||||||
project-number: 3
|
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}
|
||||||
project-location: ${{ gitea.repository }}
|
-d '{ "state": "To Do" }'
|
||||||
column-name: To Do
|
"${{ gitea.event.issue.url }}"
|
||||||
Loading…
Reference in New Issue