Skip to content

Commit 596e17a

Browse files
committed
set environment correctly
1 parent 228f220 commit 596e17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if [[ -n "${{ steps.check-branch.outputs.mavis_branch }}" ]]; then
2929
environment='container'
3030
fi
31-
echo "environment=environment" >> $GITHUB_OUTPUT
31+
echo "environment=$environment" >> $GITHUB_OUTPUT
3232
run-tests-against-staging:
3333
needs: identify-target-environment
3434
if: needs.identify-target-environment.outputs.environment != 'container'

0 commit comments

Comments
 (0)