Skip to content

Commit 982f5b3

Browse files
authored
Use dagster-dg-cli for dg GitHub action (#230)
1 parent e6088ea commit 982f5b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

actions/utils/dg-cli/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ runs:
99
using: "composite"
1010
steps:
1111
- id: dg-cli
12-
run: $GITHUB_ACTION_PATH/../../../generated/gha/dagster-cloud.pex -m dagster_dg.cli.entrypoint ${{ inputs.command }}
12+
run: $GITHUB_ACTION_PATH/../../../generated/gha/dagster-cloud.pex -m dagster_dg_cli.cli.entrypoint ${{ inputs.command }}
1313
shell: bash

actions/utils/dg-deploy-init/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
# Initialize the deploy session
3030
- id: start-deploy-session
3131
run: >
32-
$DAGSTER_CLOUD_PEX -m dagster_dg.cli.entrypoint plus deploy start
32+
$DAGSTER_CLOUD_PEX -m dagster_dg_cli.cli.entrypoint plus deploy start
3333
--path=${{ inputs.project_dir }}
3434
--deployment=${{ inputs.deployment }}
3535
--status-url=${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)