From 7f46eee523c43e419b974a6f9990d33dc9b57ba9 Mon Sep 17 00:00:00 2001 From: Lachee Date: Sat, 20 Sep 2025 17:53:05 +1000 Subject: [PATCH] GitHub: Added a pull before committing the readme --- .github/workflows/update-readme.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-readme.yaml b/.github/workflows/update-readme.yaml index 8376d7c..606e3d9 100644 --- a/.github/workflows/update-readme.yaml +++ b/.github/workflows/update-readme.yaml @@ -42,4 +42,5 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add README.md + git pull git diff --quiet && git diff --staged --quiet || (git commit -m "Update Docker images table in README" && git push) \ No newline at end of file