Update update-from-mds.yml

pull/21/head
Alex Seigler 2023-09-15 11:13:54 -04:00 committed by GitHub
parent a555bfdf1c
commit 38049fcd2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,6 +84,6 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add -A
timestamp=$(date -u)
timestamp=$(date -u -I)
git commit -m "bot: Updated ${timestamp}, ${{ env.COMMIT_MSG }}" -a || exit 0
git push