add GITHUB_ACTION_PATH to command

This commit is contained in:
2025-07-27 17:05:46 +02:00
parent 085870e5d9
commit e495b44c74

View File

@@ -5,5 +5,5 @@ runs:
steps: steps:
- run: printenv - run: printenv
shell: bash shell: bash
- run: checkout.sh - run: $GITHUB_ACTION_PATH/checkout.sh
shell: bash shell: bash