Skip to content

Commit

Permalink
Update CLI changes July 10 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
soorajshankar committed Jul 10, 2024
1 parent 9ee05bc commit 8bfb9c8
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/v2/get.sh | bash
curl -L https://graphql-engine-cdn.hasura.io/ddn/cli/v3/get.sh | bash
- name: Login to ddn
shell: bash
run: ddn auth login --pat ${{ inputs.hasura-pat }}

0 comments on commit 8bfb9c8

Please sign in to comment.