We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6088ea commit 982f5b3Copy full SHA for 982f5b3
2 files changed
actions/utils/dg-cli/action.yml
@@ -9,5 +9,5 @@ runs:
9
using: "composite"
10
steps:
11
- id: dg-cli
12
- run: $GITHUB_ACTION_PATH/../../../generated/gha/dagster-cloud.pex -m dagster_dg.cli.entrypoint ${{ inputs.command }}
+ run: $GITHUB_ACTION_PATH/../../../generated/gha/dagster-cloud.pex -m dagster_dg_cli.cli.entrypoint ${{ inputs.command }}
13
shell: bash
actions/utils/dg-deploy-init/action.yaml
@@ -29,7 +29,7 @@ runs:
29
# Initialize the deploy session
30
- id: start-deploy-session
31
run: >
32
- $DAGSTER_CLOUD_PEX -m dagster_dg.cli.entrypoint plus deploy start
+ $DAGSTER_CLOUD_PEX -m dagster_dg_cli.cli.entrypoint plus deploy start
33
--path=${{ inputs.project_dir }}
34
--deployment=${{ inputs.deployment }}
35
--status-url=${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
0 commit comments