File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ jobs:
4242 - id : check
4343 run : |
4444 if [[ "${{ github.event.workflow_run.conclusion }}" == "success" ]]; then
45- echo "should_run=true" >> $GITHUB_OUTPUT
45+ echo "should_run=true" >> " $GITHUB_OUTPUT"
4646 else
47- echo "should_run=false" >> $GITHUB_OUTPUT
47+ echo "should_run=false" >> " $GITHUB_OUTPUT"
4848 fi
4949 - id : get_env
5050 run : |
5151 ENV_VALUE=$(gh api "${{ github.event.workflow_run.artifacts_url }}" --jq '.environment')
5252 if [[ -n "$ENV_VALUE" ]]; then
53- echo "environment=$ENV_VALUE" >> $GITHUB_OUTPUT
53+ echo "environment=$ENV_VALUE" >> " $GITHUB_OUTPUT"
5454 else
55- echo "environment=Experimenting" >> $GITHUB_OUTPUT # Default fallback
55+ echo "environment=Experimenting" >> " $GITHUB_OUTPUT" # Default fallback
5656 fi
5757
5858
You can’t perform that action at this time.
0 commit comments