Skip to content

Commit

Permalink
Need to reference where the script is installed on the host
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Jan 24, 2024
1 parent f01c411 commit cee645b
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 ../src/automerge.py --org ${{ inputs.org }} --repo ${{ inputs.repo }}
run: python3 $(dirname $0)/src/automerge.py --org ${{ inputs.org }} --repo ${{ inputs.repo }}

0 comments on commit cee645b

Please sign in to comment.