Skip to content

Commit 17b5c0e

Browse files
authored
Update configure.yml
1 parent f94db5b commit 17b5c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/configure.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
git config user.name "GitHub Actions Bot"
7777
git config user.email "<>"
7878
79-
date > time.txt
79+
date > .last-updated.txt
8080
81-
git add time.txt
81+
git add .last-updated.txt
8282
git commit -m "new date commit"
8383
git push origin main --force

0 commit comments

Comments
 (0)