diff --git a/.github/workflows/last-updated.yml b/.github/workflows/last-updated.yml index 0e9a66f..3832bba 100644 --- a/.github/workflows/last-updated.yml +++ b/.github/workflows/last-updated.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: update 'Last updated' in readme.md - run: sed -i "/Last updated:<\/strong> /s|> .*
|> $(date +"%d %B %Y")
|" README.md + run: sed -i "/Last updated:<\/strong> /s|> .*
|> $(date +"%d %B %Y")
|" readme.md - name: Commit and Push readme.md run: |