Skip to content

Commit

Permalink
Merge pull request #8 from bettermarks/fix-action-path
Browse files Browse the repository at this point in the history
fix(action.yml): refer to action path when executing script
  • Loading branch information
ramonziai authored Oct 16, 2023
2 parents 3e6c348 + 3b2e12c commit 9b1740a
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 @@ -37,7 +37,7 @@ runs:
INPUT_RENAME: ${{ inputs.rename }}
INPUT_REPO: ${{ inputs.repo }}
INPUT_WAIT_SECONDS: ${{ inputs.wait_seconds }}
run: python main.py
run: python "${{ github.action_path }}/main.py"

branding:
color: 'yellow'
Expand Down

0 comments on commit 9b1740a

Please sign in to comment.