Skip to content

Commit 144a48c

Browse files
committed
Update action.yaml
1 parent 31c3eb2 commit 144a48c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/run-tests/action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ runs:
1313

1414
- uses: Woody4618/solana-github-action-workflow/.github/actions/setup-all@main
1515
with:
16-
solana-version: ${{ steps.versions.outputs.solana_version }}
17-
anchor-version: ${{ steps.versions.outputs.anchor_version }}
18-
verify-version: ${{ env.VERIFY_VERSION }}
19-
node-version: 18
16+
solana_version: ${{ steps.versions.outputs.solana_version }}
17+
anchor_version: ${{ steps.versions.outputs.anchor_version }}
18+
verify_version: ${{ env.VERIFY_VERSION }}
19+
node_version: 18
2020

2121
- name: Cache node_modules
2222
uses: actions/cache@v3

0 commit comments

Comments
 (0)