Skip to content

Commit

Permalink
Update updater.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyphen1223 authored Feb 2, 2024
1 parent c41d9a9 commit 2213750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "Fyphen"
git commit -am "Update file with current date and time"
Expand Down

0 comments on commit 2213750

Please sign in to comment.