Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update versions and remove description
  • Loading branch information
soorajshankar authored Jun 20, 2024
1 parent 3be8dcd commit b66097f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Hasura DDN Build
uses: hasura/ddn-deployment@0.0.2
uses: hasura/ddn-deployment@2.1.0
with:
hasura-pat: ${{ secrets.HASURA_PAT }}
build_description: "This build was created using CI/CD"
```
## Examples
Expand All @@ -62,7 +61,7 @@ jobs:
uses: actions/checkout@v2
- name: Install and Login to DDN CLI
uses: hasura/ddn-deployment@0.0.2
uses: hasura/ddn-deployment@2.1.0
with:
hasura-pat: ${{ secrets.HASURA_PAT }}
Expand Down Expand Up @@ -97,7 +96,7 @@ jobs:
uses: actions/checkout@v2
- name: Install and Login to DDN CLI
uses: hasura/ddn-deployment@0.0.2
uses: hasura/ddn-deployment@2.1.0
with:
hasura-pat: ${{ secrets.HASURA_PAT }}
Expand Down

0 comments on commit b66097f

Please sign in to comment.