Skip to content

Commit 4d5fbad

Browse files
committed
Add pull command
1 parent aa1a8ce commit 4d5fbad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ then
5151
echo "Switching branch..."
5252
git checkout "${GITHUB_REF:11}"
5353

54+
echo "Pulling from remote..."
55+
git fetch && git pull
56+
5457
echo "Adding files..."
5558
add
5659

0 commit comments

Comments
 (0)