From da1ae4e16ed20c4d59e968aac699f69ce57e75ac Mon Sep 17 00:00:00 2001 From: Byroks Date: Sun, 7 Jan 2024 15:35:54 +0100 Subject: [PATCH] Update .gitea/workflows/add-issue-to-project.yaml --- .gitea/workflows/add-issue-to-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/add-issue-to-project.yaml b/.gitea/workflows/add-issue-to-project.yaml index ffad1a2..23826ca 100644 --- a/.gitea/workflows/add-issue-to-project.yaml +++ b/.gitea/workflows/add-issue-to-project.yaml @@ -10,7 +10,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@RELEASE_VERSION + - uses: actions/add-to-project@latest with: project-url: https://git.byroks.de/MidgardVTT-Entwicklung/-/projects/3 labeled: enhancement, bug