-
Notifications
You must be signed in to change notification settings - Fork 206
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
1 parent
6e6c837
commit 6ddde95
Showing
2 changed files
with
23 additions
and
8 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 |
---|---|---|
|
@@ -43,11 +43,8 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Actions" | ||
git add merged_output.txt | ||
git add merged_output.m3u | ||
git add merged_output_simple.txt | ||
git add merged_output_simple.m3u | ||
git add others_output.txt | ||
git add merged_output.txt merged_output.m3u merged_output_simple.txt merged_output_simple.m3u others_output.txt | ||
git add live.txt live.m3u live_lite.txt live_lite.m3u | ||
git commit -m ":tada: AutoUpdate $(date +'%Y%m%d')" | ||
current_datetime=$(date +"%Y%m%d_%H%M%S") | ||
|
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