Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Oct 20, 2023
1 parent 4cb7c30 commit c902ac2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/namada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
mv cometbft /usr/local/bin
- name: Clone Namada
uses: actions/checkout@v3
with:
repository: anoma/namada
ref: v${{ matrix.namada }}
path: namada
with:
repository: anoma/namada
ref: v${{ matrix.namada }}
path: namada
- name: Build Namada
run: |
cd namada
Expand Down

0 comments on commit c902ac2

Please sign in to comment.