We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62244d commit 2658871Copy full SHA for 2658871
1 file changed
.github/workflows/github-oidc-test.yaml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
mkdir -p ./build
66
echo "Running: make terraform env=$ENVIRONMENT workspace=$ENVIRONMENT stack=networking tf-command=plan args=\"-auto-approve\""
67
- make terraform env=$ENVIRONMENT stack=networking tf-command=plan workspace=$WORKSPACE
+ make terraform env=$ENVIRONMENT stack=networking tf-command=plan workspace=$ENVIRONMENT
68
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=plan args=\"-auto-approve\""
69
make terraform env=$ENVIRONMENT stack=api-layer tf-command=plan workspace=$WORKSPACE
70
0 commit comments