diff --git a/.github/workflows/retype-action.yml b/.github/workflows/retype-action.yml index 22c948be1f..0c32a7fbc8 100644 --- a/.github/workflows/retype-action.yml +++ b/.github/workflows/retype-action.yml @@ -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..."