We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7754f1e commit cb4b36bCopy full SHA for cb4b36b
actions/github/checkout/tests/strip-prefix.test.yml
@@ -7,6 +7,10 @@ with:
7
after:
8
- shell: bash
9
run: |
10
+ echo "TEST PATH: ${ACTION_TEST_PATH}" >&2
11
+ ls -alh ${ACTION_TEST_PATH}
12
+
13
14
. "${ACTION_TEST_PATH}/test_fun.sh"
15
EXPECTED_REPO="%{{ github.repository }}"
16
OUTPUT_BRANCH="%{{ steps.checkout.outputs.branch-name }}"
0 commit comments