From 8bd2db0f3e7c7cedeb9fe45f23cc0930f8b431cb Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:26:06 -0500 Subject: [PATCH] Update last-updated.yml --- .github/workflows/last-updated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/last-updated.yml b/.github/workflows/last-updated.yml index 3832bba..0e9a66f 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: |