Skip to content

Commit

Permalink
Fix command name
Browse files Browse the repository at this point in the history
  • Loading branch information
shalabhc committed Sep 1, 2023
1 parent d805803 commit 5198b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/utils/ci-init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:

# Set the action output for the branch deployment name
- id: ci-set-branch-deployment
run: echo "branch_deployment=$($DAGSTER_CLOUD_PEX -m dagster_cloud_cli.entrypoint ci init ${{ inputs.project_dir }})" >> $GITHUB_OUTPUT
run: echo "branch_deployment=$($DAGSTER_CLOUD_PEX -m dagster_cloud_cli.entrypoint ci branch-deployment ${{ inputs.project_dir }})" >> $GITHUB_OUTPUT
shell: bash

# Print location status
Expand Down

0 comments on commit 5198b06

Please sign in to comment.