Skip to content

Commit ee00ea3

Browse files
authoredFeb 5, 2025··
Fix path bug + update README (#28)
1 parent 14189ce commit ee00ea3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
check:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: foundry-rs/setup-snfoundry@v3
16+
- uses: actions/checkout@v4
17+
- uses: foundry-rs/setup-snfoundry@v4
1818
- run: snforge
1919
```
2020

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ runs:
2424

2525
- name: Set up Starknet Foundry
2626
shell: bash
27-
run: node dist/index.js
27+
run: node $GITHUB_ACTION_PATH/dist/index.js

0 commit comments

Comments
 (0)
Please sign in to comment.