We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228f220 commit 596e17aCopy full SHA for 596e17a
.github/workflows/pull_request_validation.yaml
@@ -28,7 +28,7 @@ jobs:
28
if [[ -n "${{ steps.check-branch.outputs.mavis_branch }}" ]]; then
29
environment='container'
30
fi
31
- echo "environment=environment" >> $GITHUB_OUTPUT
+ echo "environment=$environment" >> $GITHUB_OUTPUT
32
run-tests-against-staging:
33
needs: identify-target-environment
34
if: needs.identify-target-environment.outputs.environment != 'container'
0 commit comments