Skip to content

Commit

Permalink
fix: change timestamp format
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed Jul 20, 2020
1 parent f33bfc2 commit b8458ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ git config http.sslVerify false
git config --local user.email "${INPUT_USER_EMAIL}"
git config --local user.name "${INPUT_USER_NAME}"

timestamp=$(date -u)
timestamp=$(date -u +"%Y-%m-%dT%H:%M:%SZ")

git add -A
git commit -m "chore: autopublish ${timestamp}" || exit 0
Expand Down

0 comments on commit b8458ef

Please sign in to comment.