Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soorajshankar authored Sep 2, 2024
1 parent 8bfb9c8 commit 734c474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
- name: Install ddn CLI
shell: bash
run: |
curl -L https://graphql-engine-cdn.hasura.io/ddn/cli/v3/get.sh | bash
curl -L https://graphql-engine-cdn.hasura.io/ddn/cli/v4/get.sh | bash
- name: Login to ddn
shell: bash
run: ddn auth login --pat ${{ inputs.hasura-pat }}

0 comments on commit 734c474

Please sign in to comment.