From 08b31b2fa29ee2b0a5cfd8fb39ee5203f9c9b29a Mon Sep 17 00:00:00 2001 From: Koen Metsu Date: Thu, 26 Sep 2024 10:02:17 +0200 Subject: [PATCH] chore: or-2441 add v to version --- .github/workflows/test-manual-ik4.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-manual-ik4.yml b/.github/workflows/test-manual-ik4.yml index d4c374c4c..00edad089 100644 --- a/.github/workflows/test-manual-ik4.yml +++ b/.github/workflows/test-manual-ik4.yml @@ -28,7 +28,7 @@ jobs: env: BUILD_URL: ${{ secrets.VBR_AWS_BUILD_API }}/${{matrix.services}} STATUS_URL: ${{ secrets.VBR_AWS_BUILD_STATUS_API }}/${{matrix.services}} - uses: informatievlaanderen/awscurl-polling-action/polling-action@2.1.0 + uses: informatievlaanderen/awscurl-polling-action/polling-action@v2.1.0 with: environment: test version: ${{ github.event.inputs.version }} @@ -65,7 +65,7 @@ jobs: env: BUILD_URL: ${{ secrets.VBR_AWS_BUILD_API }}/${{matrix.services}} STATUS_URL: ${{ secrets.VBR_AWS_BUILD_STATUS_API }}/${{matrix.services}} - uses: informatievlaanderen/awscurl-polling-action/polling-action@2.1.0 + uses: informatievlaanderen/awscurl-polling-action/polling-action@v2.1.0 with: environment: test version: ${{ github.event.inputs.version }}