diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 8346747..82c26e8 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -16,7 +16,7 @@ jobs: - name: Update File run: | - sed -i "s/Last updated: .*/Last updated: $(date '+%Y-%m-%d %H:%M:%S')/" update.md + sed -i "s/Last updated: .*/Last updated: $(date '+%Y-%m-%d %H:%M:%S')/" UPDATE.md git config --global user.email "fyphensub@gmail.com" git config --global user.name "Fyphen" git commit -am "Update file with current date and time"