Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 6, 2021
1 parent 5842fa9 commit ea24bfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

git remote set-url origin "https://${INPUT_TOKEN}@github.com/${GITHUB_REPOSITORY}"
git remote add temp_verify_changed_files "https://${INPUT_TOKEN}@github.com/${GITHUB_REPOSITORY}"

CHANGED_FILES=()

Expand Down Expand Up @@ -31,4 +31,6 @@ else
echo "::set-output name=changed_files::${CHANGED_FILES}"
fi

git remote remove temp_verify_changed_files

exit 0;

0 comments on commit ea24bfd

Please sign in to comment.