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

This commit is contained in:
Byroks 2024-01-08 20:38:50 +01:00
parent f38ef8aa6d
commit 2a36b8eaa1
1 changed files with 6 additions and 6 deletions

View File

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