diff --git a/action.yaml b/action.yaml index 8400af3..40533e6 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }}