Skip to content

Commit ea24bfd

Browse files
authored
Update entrypoint.sh
1 parent 5842fa9 commit ea24bfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

entrypoint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

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

77
CHANGED_FILES=()
88

@@ -31,4 +31,6 @@ else
3131
echo "::set-output name=changed_files::${CHANGED_FILES}"
3232
fi
3333

34+
git remote remove temp_verify_changed_files
35+
3436
exit 0;

0 commit comments

Comments
 (0)