Skip to content

Commit

Permalink
ci: or-2583 set environment to the variable env
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Jan 27, 2025
1 parent e24c15f commit 444f8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
STATUS_URL: ${{ secrets.VBR_AWS_BUILD_STATUS_API }}/kbosync/${{ env.ENV }}/deploy/v4/status
uses: informatievlaanderen/awscurl-polling-action/polling-action@deploy-v4
with:
environment: stg
environment: ${{ env.ENV }}
version: ${{ github.event.inputs.version }}
status-url: $STATUS_URL
deploy-url: $BUILD_URL
Expand Down

0 comments on commit 444f8ea

Please sign in to comment.