Skip to content

Commit

Permalink
feat: or-1965 always output
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Oct 31, 2023
1 parent c289a9b commit 3573337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ jobs:
env:
BUILD_URL: ${{ secrets.VBR_AWS_BUILD_API_IK4 }}/${{matrix.services}}
STATUS_URL: ${{ secrets.VBR_AWS_BUILD_STATUS_API_IK4 }}/${{matrix.services}}
uses: informatievlaanderen/awscurl-polling-action/polling-action@vr
uses: informatievlaanderen/awscurl-polling-action/polling-action@main
with:
environment: test
version: ${{ needs.release.outputs.version }}
Expand All @@ -970,6 +970,7 @@ jobs:
interval: 2
- name: output
shell: bash
if: always()
run: |
echo build-uuid: ${{ steps.awscurl-polling-action.outputs.build-uuid }}
echo Status: ${{ steps.awscurl-polling-action.outputs.status }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-manual-ik4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
interval: 2
- name: output
shell: bash
if: always()
run: |
echo build-uuid: ${{ steps.awscurl-polling-action.outputs.build-uuid }}
echo Status: ${{ steps.awscurl-polling-action.outputs.status }}
Expand Down

0 comments on commit 3573337

Please sign in to comment.