Skip to content

Commit

Permalink
docs: Update README to garden-action@v2 to prepare for new release (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefreak authored Jun 11, 2024
1 parent 39d36d2 commit 80be6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
aws eks update-kubeconfig --name ${cluster_name} --region ${region}
- uses: actions/[email protected]
- name: Deploy preview env with Garden
uses: garden-io/garden-action@v1.2
uses: garden-io/garden-action@v2
with:
command: deploy --env preview
garden-auth-token: ${{ secrets.GARDEN_AUTH_TOKEN }}
Expand All @@ -113,7 +113,7 @@ jobs:
aws eks update-kubeconfig --name ${cluster_name} --region ${region}
- uses: actions/[email protected]
- name: Run tests in ci environment with Garden
uses: garden-io/garden-action@v1.2
uses: garden-io/garden-action@v2
with:
command: >
test --env ci
Expand Down

0 comments on commit 80be6df

Please sign in to comment.