Update last-updated.yml

This commit is contained in:
jetfir3 2022-11-30 21:28:10 -05:00 committed by GitHub
parent b95fcb020a
commit 651c2b375e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: update 'Last updated' in readme.md
run: sed -i "/<strong>Last updated:<\/strong> /s|> .*<br>|> $(date +"%d %B %Y")<br>|" README.md
run: sed -i "/<strong>Last updated:<\/strong> /s|> .*<br>|> $(date +"%d %B %Y")<br>|" readme.md
- name: Commit and Push readme.md
run: |