-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DoctorReid
committed
Sep 11, 2023
1 parent
d42715c
commit 802ec03
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,10 @@ jobs: | |
- name: Commit changes | ||
uses: actions/checkout@v4 | ||
- run: | | ||
date > generated.txt | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git add . | ||
git commit -m "#4 自动编译mo文件提交 $(date +%Y-%m-%d)" | ||
git push | ||
run: | | ||
date > generated.txt | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git add . | ||
git commit -m "#4 自动编译mo文件提交 $(date +%Y-%m-%d)" | ||
git push |