Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit c536e34

Browse files
committed
CHECKOUT_FULL_PATHに余分な)が入っていたので削除
1 parent 73069d2 commit c536e34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
https://${{ inputs.github_actor }}:${{ inputs.github_token }}@github.com/${{ inputs.github_repository }}.git \
8181
${{ inputs.checkout_dir }}
8282
83-
CHECKOUT_FULL_PATH="$(pwd)${{ inputs.checkout_dir }})"
83+
CHECKOUT_FULL_PATH="$(pwd)/${{ inputs.checkout_dir }}"
8484
CHECKOUT_FULL_PATH="$(realpath $CHECKOUT_FULL_PATH)"
8585
if [ $(git config --global --get-all safe.directory | grep -c "${CHECKOUT_FULL_PATH}$") -eq 0 ]; then
8686
/usr/bin/git config --global --add safe.directory "${CHECKOUT_FULL_PATH}"

0 commit comments

Comments
 (0)