Skip to content

Commit

Permalink
chore: remove redundant safe-directory configuration
Browse files Browse the repository at this point in the history
This has been resolved in the [checkout](actions/checkout#770) action and would already be set by default.
  • Loading branch information
jackton1 committed Jun 14, 2022
1 parent dda7a41 commit d403eb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion start.sh
Expand Up @@ -24,6 +24,5 @@ fi
cd ${INPUT_DIRECTORY}

remote_repo="${INPUT_GITHUB_URL_PROTOCOL}//${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@${INPUT_GITHUB_URL}/${REPOSITORY}.git"
git config --local --add safe.directory ${INPUT_DIRECTORY}

git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION $_TAGS;

0 comments on commit d403eb4

Please sign in to comment.