Skip to content

Commit

Permalink
chore: or-2441 add v to version
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Sep 26, 2024
1 parent 05b44b7 commit 08b31b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-manual-ik4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 08b31b2

Please sign in to comment.