Skip to content

Commit

Permalink
Add git pull origin main
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Aug 20, 2024
1 parent e5fe27e commit 60a31eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/import-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
# Pull the latest changes from the repository
git pull origin main
git add -A
echo "Status after git add:"
Expand Down

0 comments on commit 60a31eb

Please sign in to comment.