Skip to content

Commit 577fd4d

Browse files
committed
git add が誤って削除されていたのを戻す
1 parent 9c67336 commit 577fd4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ jobs:
5656
echo "Update because there is a difference"
5757
sed -i -e "s/last-updated:.*$/last-updated: $(TZ=Asia/Tokyo date "+%Y-%m-%d %T %Z")/" index.md
5858
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
5960
git commit -m "by GitHub Actions [skip ci]"
6061
git push origin master

0 commit comments

Comments
 (0)