Update .github/workflows/update-repo.yml

This commit is contained in:
2026-04-14 22:36:34 +02:00
parent 847d665765
commit ed7f8a6715

View File

@@ -100,14 +100,14 @@ Server = https://repo.stuple.net/$arch</pre>
<footer> <footer>
<p><a href="./x86_64/">📁 Browse File Index</a></p> <p><a href="./x86_64/">📁 Browse File Index</a></p>
<p>Automated by GitHub Actions</p> <p id="update-tag">Automated by GitHub Actions</p>
</footer> </footer>
</div> </div>
</body> </body>
</html> </html>
EOF EOF
# Append the date separately to avoid shell escaping issues inside the heredoc # Safely inject the date after the file is created to avoid YAML parsing issues
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: |