Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 27, 2021
1 parent e3c55f5 commit 1056dd5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

set -e

SERVER_URL=$(echo "$GITHUB_SERVER_URL" | awk -F/ '{print $3}')

git remote add temp_verify_changed_files "https://${INPUT_TOKEN}@${SERVER_URL}/${GITHUB_REPOSITORY}"

CHANGED_FILES=()

for path in ${INPUT_FILES}
Expand Down

0 comments on commit 1056dd5

Please sign in to comment.