From 6f9ff37ec38259e0afde65b57362df465e6f2853 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Fri, 29 Mar 2024 08:44:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20add=20version=20to=20GitHub=20Ac?= =?UTF-8?q?tion=20(unclear=20documentation)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Fihlon --- .github/workflows/add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 12ad749..35d5537 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -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@v1.0.0 with: project-url: https://github.com/users/McPringle/projects/3 github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}