Skip to content

Commit cb4b36b

Browse files
committed
actions/
1 parent 7754f1e commit cb4b36b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

actions/github/checkout/tests/strip-prefix.test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ with:
77
after:
88
- shell: bash
99
run: |
10+
echo "TEST PATH: ${ACTION_TEST_PATH}" >&2
11+
ls -alh ${ACTION_TEST_PATH}
12+
13+
1014
. "${ACTION_TEST_PATH}/test_fun.sh"
1115
EXPECTED_REPO="%{{ github.repository }}"
1216
OUTPUT_BRANCH="%{{ steps.checkout.outputs.branch-name }}"

0 commit comments

Comments
 (0)