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