diff --git a/.github/workflows/import-wiki.yml b/.github/workflows/import-wiki.yml index add45eebf7..e0d38e8c3a 100644 --- a/.github/workflows/import-wiki.yml +++ b/.github/workflows/import-wiki.yml @@ -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:"