From 498428af49e94117beda05c1e34369bab8ad0aa0 Mon Sep 17 00:00:00 2001 From: Lachee Date: Sat, 17 May 2025 21:14:14 +1000 Subject: [PATCH] GitHub: tweaked readme push --- .gitea/workflows/update-readme.yaml | 2 +- .github/workflows/update-readme.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/update-readme.yaml b/.gitea/workflows/update-readme.yaml index 3e7c0bf..66f41a6 100644 --- a/.gitea/workflows/update-readme.yaml +++ b/.gitea/workflows/update-readme.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 diff --git a/.github/workflows/update-readme.yaml b/.github/workflows/update-readme.yaml index f50d572..764d1c6 100644 --- a/.github/workflows/update-readme.yaml +++ b/.github/workflows/update-readme.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 @@ -39,7 +39,7 @@ jobs: - name: Commit changes if README was updated run: | - git config --local user.email "github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add README.md git diff --quiet && git diff --staged --quiet || (git commit -m "Update Docker images table in README" && git push) \ No newline at end of file