Skip to content

Commit

Permalink
Merge pull request #78 from usefulness/mateuszkwiecinski-patch-1
Browse files Browse the repository at this point in the history
Fix action invoking entrypoint in the wrong way
  • Loading branch information
mateuszkwiecinski authored Mar 6, 2024
2 parents 6efe6f9 + f8e9a83 commit 328a0cb
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 @@ -102,5 +102,5 @@ runs:
INPUT_DIFFUSE_REPO: ${{ inputs.diffuse-repo }}
INPUT_DEBUG: ${{ inputs.debug }}
INPUT_GITHUB_TOKEN: ${{ github.token }}
run: python3 entrypoint.py
run: python3 "$GITHUB_ACTION_PATH"/entrypoint.py
shell: bash

0 comments on commit 328a0cb

Please sign in to comment.