Skip to content

Commit

Permalink
11:17 2024/05/08
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwang1978 committed May 8, 2024
1 parent d7ee025 commit 9ea1c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git config --local user.name "GitHub Actions"
git add merged_output.txt
git add others_output.txt
git commit -m "Update generated files"
git commit -m "AutoUpdate generated files"
current_datetime=$(date +"%Y%m%d_%H%M%S")
cp merged_output.txt history/"${current_datetime}_merged_output.txt"
Expand Down

0 comments on commit 9ea1c01

Please sign in to comment.