Skip to content

Commit

Permalink
using env variable instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ssomayyajula committed Jul 16, 2024
1 parent f58a847 commit f0f994c
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 ${{ github.action_path }}/dist/index.js
- run: node $GITHUB_ACTION_PATH/dist/index.js
shell: bash
env:
INPUT_DAFNY-VERSION: ${{ inputs.dafny-version }}

0 comments on commit f0f994c

Please sign in to comment.