We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2412fad + 8755356 commit df59109Copy full SHA for df59109
1 file changed
.github/workflows/stage-5-deploy.yaml
@@ -47,7 +47,7 @@ jobs:
47
if [[ -n "$PR_NUMBER" ]]; then
48
pr_argument="prNumber=$PR_NUMBER"
49
else
50
- pr_argument="$ENVIRONMENT"
+ pr_argument="prNumber=$ENVIRONMENT"
51
fi
52
53
source infrastructure/environments/$ENVIRONMENT/variables.sh
0 commit comments