add GITHUB_ACTION_PATH to command
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user