Skip to content

Commit

Permalink
Added fetch and pull to Retype GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Oct 14, 2024
1 parent 8fea72b commit 2f3e12d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
# Pull the latest changes from the remote
git fetch origin
git pull origin main
echo "Checking for changes to commit..."
git status
echo "Adding changes..."
Expand Down

0 comments on commit 2f3e12d

Please sign in to comment.