Skip to content

Commit

Permalink
Merge pull request #22 from dafny-lang/absolute-path
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-aws authored Jul 22, 2024
2 parents 367c70f + f0f994c commit b215b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- uses: actions/setup-node@v4
with:
node-version: 16
- run: node dist/index.js
- run: node $GITHUB_ACTION_PATH/dist/index.js
shell: bash
env:
INPUT_DAFNY-VERSION: ${{ inputs.dafny-version }}

0 comments on commit b215b15

Please sign in to comment.