Skip to content

Commit 2f3e12d

Browse files
committed
Added fetch and pull to Retype GitHub Action
1 parent 8fea72b commit 2f3e12d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/retype-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101
run: |
102102
git config --local user.email "[email protected]"
103103
git config --local user.name "GitHub Action"
104+
# Pull the latest changes from the remote
105+
git fetch origin
106+
git pull origin main
104107
echo "Checking for changes to commit..."
105108
git status
106109
echo "Adding changes..."

0 commit comments

Comments
 (0)