Skip to content

Commit

Permalink
修复歌单不会自动刷新问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy289065406 authored Jan 3, 2024
1 parent 7338b9d commit 262e7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_music_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Check for changes
id: changes
run: |
if git diff --name-only | grep -q "music_list.json"; then
if git diff --name-only | grep -q "music_list_"; then
echo "::set-output name=has_changes::true"
else
echo "::set-output name=has_changes::false"
Expand Down

0 comments on commit 262e7bf

Please sign in to comment.