From 6faa277b908e1bcd568de2a9b54b24b841e8eae6 Mon Sep 17 00:00:00 2001 From: Mitsuba100 Date: Tue, 14 Apr 2026 22:37:11 +0200 Subject: [PATCH] Update .github/workflows/update-repo.yml --- .github/workflows/update-repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml index 9ca5a64..b39a46b 100644 --- a/.github/workflows/update-repo.yml +++ b/.github/workflows/update-repo.yml @@ -100,13 +100,13 @@ Server = https://repo.stuple.net/$arch EOF - # Safely inject the date after the file is created to avoid YAML parsing issues + # Now we safely inject the dynamic date into the static HTML file sed -i "s|Automated by GitHub Actions|& • Last updated: $(date)|" index.html - name: Deploy and Fix Permissions