We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c67336 commit 577fd4dCopy full SHA for 577fd4d
.github/workflows/main.yml
@@ -56,5 +56,6 @@ jobs:
56
echo "Update because there is a difference"
57
sed -i -e "s/last-updated:.*$/last-updated: $(TZ=Asia/Tokyo date "+%Y-%m-%d %T %Z")/" index.md
58
sed -i -e "s/<em id=\"update\">.*<\/em>/<em id=\"update\">$(TZ=Asia/Tokyo date "+%Y-%m-%d")<\/em>/" index.md
59
+ git add -A current index.md
60
git commit -m "by GitHub Actions [skip ci]"
61
git push origin master
0 commit comments