Update .github/workflows/update-repo.yml

This commit is contained in:
2026-04-15 18:26:28 +02:00
parent 4e07cf40c1
commit 45b553c3fc

View File

@@ -91,7 +91,7 @@ jobs:
</body> </body>
</html> </html>
EOF 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 - name: Deploy and Fix Permissions
run: | run: |