Skip to content

Commit

Permalink
use v1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Oct 25, 2023
1 parent a479a6d commit d3355f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Startup Katana CI instance
id: katanaci
uses: ArkProjectNFTs/katana-ci-action@v6
uses: ArkProjectNFTs/katana-ci-action@v1
with:
api-url: ${{ secrets.KATANA_CI_URL }}
api-key: ${{ secrets.KATANA_CI_KEY }}
Expand All @@ -33,7 +33,7 @@ jobs:
args: --example e2e

- name: Terminate Katana CI instance
uses: ArkProjectNFTs/katana-ci-action@v6
uses: ArkProjectNFTs/katana-ci-action@v1
with:
api-url: ${{ secrets.KATANA_CI_URL }}
api-key: ${{ secrets.KATANA_CI_KEY }}
Expand Down

0 comments on commit d3355f2

Please sign in to comment.