We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49455c0 commit 08a7c77Copy full SHA for 08a7c77
.github/workflows/main.yml
@@ -32,8 +32,8 @@ jobs:
32
git config --local user.email "github-actions[bot]@users.noreply.github.com"
33
git config --local user.name "github-actions[bot]"
34
git diff
35
- if [[ -f "cs.m3u" ]]; then
36
- git add cs.m3u
+ if [[ -f "live.m3u" ]]; then
+ git add live.m3u
37
fi
38
if ! git diff --staged --quiet; then
39
git commit -m "Auto-update live.m3u"
0 commit comments