We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14189ce commit ee00ea3Copy full SHA for ee00ea3
README.md
@@ -13,8 +13,8 @@ jobs:
13
check:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
17
- - uses: foundry-rs/setup-snfoundry@v3
+ - uses: actions/checkout@v4
+ - uses: foundry-rs/setup-snfoundry@v4
18
- run: snforge
19
```
20
action.yml
@@ -24,4 +24,4 @@ runs:
24
25
- name: Set up Starknet Foundry
26
shell: bash
27
- run: node dist/index.js
+ run: node $GITHUB_ACTION_PATH/dist/index.js
0 commit comments