File tree Expand file tree Collapse file tree 5 files changed +0
-20
lines changed
actions/github/checkout/tests Expand file tree Collapse file tree 5 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 88after :
99- shell : bash
1010 run : |
11- # TODO: REMOVE ME
12- if [[ ! -f "${ACTION_TEST_PATH}/test_fun.sh" ]]; then
13- exit 0
14- fi
1511 . "${ACTION_TEST_PATH}/test_fun.sh"
1612 EXPECTED_REPO="%{{ github.repository }}"
1713 OUTPUT_BRANCH="%{{ steps.checkout.outputs.branch-name }}"
Original file line number Diff line number Diff line change 88after :
99- shell : bash
1010 run : |
11- # TODO: REMOVE ME
12- if [[ ! -f "${ACTION_TEST_PATH}/test_fun.sh" ]]; then
13- exit 0
14- fi
1511 . "${ACTION_TEST_PATH}/test_fun.sh"
1612 EXPECTED_REPO="%{{ github.repository }}"
1713 OUTPUT_BRANCH="%{{ steps.checkout.outputs.branch-name }}"
Original file line number Diff line number Diff line change 1010after :
1111- shell : bash
1212 run : |
13- # TODO: REMOVE ME
14- if [[ ! -f "${ACTION_TEST_PATH}/test_fun.sh" ]]; then
15- exit 0
16- fi
1713 . "${ACTION_TEST_PATH}/test_fun.sh"
1814 EXPECTED_REPO="%{{ github.repository }}"
1915 OUTPUT_BRANCH="%{{ steps.checkout.outputs.branch-name }}"
Original file line number Diff line number Diff line change 99after :
1010- shell : bash
1111 run : |
12- # TODO: REMOVE ME
13- if [[ ! -f "${ACTION_TEST_PATH}/test_fun.sh" ]]; then
14- exit 0
15- fi
1612 . "${ACTION_TEST_PATH}/test_fun.sh"
1713 EXPECTED_REPO="%{{ github.repository }}"
1814 OUTPUT_BRANCH="%{{ steps.checkout.outputs.branch-name }}"
Original file line number Diff line number Diff line change 77after :
88- shell : bash
99 run : |
10- # TODO: REMOVE ME
11- if [[ ! -f "${ACTION_TEST_PATH}/test_fun.sh" ]]; then
12- exit 0
13- fi
1410 . "${ACTION_TEST_PATH}/test_fun.sh"
1511 EXPECTED_REPO="%{{ github.repository }}"
1612 OUTPUT_BRANCH="%{{ steps.checkout.outputs.branch-name }}"
You can’t perform that action at this time.
0 commit comments