Lookup action path in a Windows-friendly way

This commit is contained in:
Bob Jelica
2024-03-05 12:05:23 +01:00
committed by Phil Jay
parent acb0193bef
commit 2055d25933

View File

@@ -80,7 +80,7 @@ runs:
using: "composite" using: "composite"
steps: steps:
- id: version-lookup - id: version-lookup
run: ${{ github.action_path }}/version-lookup.sh run: $GITHUB_ACTION_PATH/version-lookup.sh
shell: bash shell: bash
env: env:
github_token: ${{ github.token }} github_token: ${{ github.token }}