Skip to content

Commit

Permalink
Run echos as separate commands
Browse files Browse the repository at this point in the history
  • Loading branch information
shalabhc authored Aug 11, 2023
1 parent 7582b1d commit 472c76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/utils/prerun/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
run: >
echo "::notice title=Closed Pull Request::Marking branch deployment closed for this PR, will skip remaining workflow" &&
$GITHUB_ACTION_PATH/../../../generated/gha/dagster-cloud.pex -m dagster_cloud_cli.entrypoint ci branch-deployment prerun_checkout_dir > /tmp/closed-branch-deployment.txt &&
echo "closed_branch_deployment=$(cat /tmp/closed-branch-deployment.txt)" >> $GITHUB_OUTPUT
echo "closed_branch_deployment=$(cat /tmp/closed-branch-deployment.txt)" >> $GITHUB_OUTPUT &&
echo 'result=skip' >> $GITHUB_OUTPUT
shell: bash

Expand Down

0 comments on commit 472c76e

Please sign in to comment.