diff --git a/entrypoint.sh b/entrypoint.sh index 478ccf4..e9cc2f6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -99,6 +99,10 @@ ${output} function main(){ parseInputs cd ${GITHUB_WORKSPACE}/${INPUT_WORKING_DIR} + + # Fix for https://github.com/actions/checkout/issues/766 + git config --global --add safe.directory "$GITHUB_WORKSPACE" + installTypescript installAwsCdk installPipRequirements