Skip to content

Commit

Permalink
Use git provided action_path
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Jan 24, 2024
1 parent cee645b commit a5fba68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ runs:
env:
GITHUB_TOKEN: ${{ inputs.token }}
working-directory: tmp-${{ inputs.repo }}
run: python3 $(dirname $0)/src/automerge.py --org ${{ inputs.org }} --repo ${{ inputs.repo }}
run: python3 ${{ github.action_path }}/src/automerge.py --org ${{ inputs.org }} --repo ${{ inputs.repo }}

0 comments on commit a5fba68

Please sign in to comment.