We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fea72b commit 2f3e12dCopy full SHA for 2f3e12d
.github/workflows/retype-action.yml
@@ -101,6 +101,9 @@ jobs:
101
run: |
102
git config --local user.email "[email protected]"
103
git config --local user.name "GitHub Action"
104
+ # Pull the latest changes from the remote
105
+ git fetch origin
106
+ git pull origin main
107
echo "Checking for changes to commit..."
108
git status
109
echo "Adding changes..."
0 commit comments