From 45b553c3fcc5617fe2e7e60a53fc3dfe832557f6 Mon Sep 17 00:00:00 2001 From: Mitsuba100 Date: Wed, 15 Apr 2026 18:26:28 +0200 Subject: [PATCH] Update .github/workflows/update-repo.yml --- .github/workflows/update-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml index 1375e4b..5d10074 100644 --- a/.github/workflows/update-repo.yml +++ b/.github/workflows/update-repo.yml @@ -91,7 +91,7 @@ jobs: EOF - sed -i "s|Automated by GitHub Actions|& • Last updated: $(date)|" index.html + sed -i "s|Automated by GitHub Actions| Last updated: $(date)|" index.html - name: Deploy and Fix Permissions run: |