Skip to content

Commit 08a7c77

Browse files
authored
Update main.yml
1 parent 49455c0 commit 08a7c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
git config --local user.email "github-actions[bot]@users.noreply.github.com"
3333
git config --local user.name "github-actions[bot]"
3434
git diff
35-
if [[ -f "cs.m3u" ]]; then
36-
git add cs.m3u
35+
if [[ -f "live.m3u" ]]; then
36+
git add live.m3u
3737
fi
3838
if ! git diff --staged --quiet; then
3939
git commit -m "Auto-update live.m3u"

0 commit comments

Comments
 (0)