Skip to content

Commit

Permalink
remove v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
paymog committed May 30, 2024
1 parent ced66aa commit cd2ba69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
run: npm run build


- name: Checkout private action repo
uses: actions/checkout@v4
with:
repository: goldsky-io/goldsky-deploy
path: .github/actions/goldsky-deploy
# - name: Checkout private action repo
# uses: actions/checkout@v4
# with:
# repository: goldsky-io/goldsky-deploy
# path: .github/actions/goldsky-deploy

- name: Run custom action
uses: actions/goldsky-deploy@v1.0.0
uses: goldsky-io/goldsky-deploy@1.0.0
with:
api_key: ${{ secrets.GOLDSKY_API_KEY }}
subgraph_name: "ethereum-blocks"
Expand Down

0 comments on commit cd2ba69

Please sign in to comment.