Skip to content

Commit

Permalink
Remove actor
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Oct 23, 2023
1 parent e77b50b commit d1e6bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ for repo in ${INPUT_REPOS}
do
echo "Syncing ${repo}"
tmpdir=$(mktemp -d)
git clone --depth=1 https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${repo} ${tmpdir}
git clone --depth=1 https://${INPUT_GITHUB_TOKEN}@github.com/${repo} ${tmpdir}
base_branch=$(git -C ${tmpdir} symbolic-ref --short HEAD)
git -C ${tmpdir} checkout -b ${head_branch}

Expand Down

0 comments on commit d1e6bdb

Please sign in to comment.