Skip to content

Commit

Permalink
Update Test.txt to include the phrase "Ignore Me" in the title. (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanlucut authored Sep 21, 2023
2 parents ae56b26 + 3531851 commit 75b2a66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/songs_auto_update_meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add -A
git diff --quiet && git diff --staged --quiet || git commit -am '[Bot] I have added all of the meta information about the content to it.' && git push
git diff --quiet && git diff --staged --quiet || git commit -am "[Bot] I have added all of the meta information about the content to it.
>
>
skip-checks: true"
env:
CI: true
FORCE_COLOR: 2
2 changes: 1 addition & 1 deletion verified/all/Test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[title]
Test {alternative: {*}, composer: {*}, writer: {*}, arranger: {*}, interpreter: {*}, band: {*}, key: {*}, tempo: {*}, tags: {*}, version: {*}, genre: {*}, rcId: {*}, id: {pkiA5akQix1n3JHo7VhgjQ}, contentHash: {c75967}}
Test Ignore Me {alternative: {*}, composer: {*}, writer: {*}, arranger: {*}, interpreter: {*}, band: {*}, key: {*}, tempo: {*}, tags: {*}, version: {*}, genre: {*}, rcId: {*}, id: {pkiA5akQix1n3JHo7VhgjQ}, contentHash: {1849be}}

[sequence]
v1,v2,v3
Expand Down

0 comments on commit 75b2a66

Please sign in to comment.