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: |