Skip to content

Commit

Permalink
Update i-music-process.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lybyte authored Jun 8, 2024
1 parent 3cd9310 commit b3e8cf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/i-music-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- name: Display YouTube link check result
if: env.IS_MUSIC_ISSUE == 'true'
run: echo "Contains YouTube link: ${{ env.HAS_YOUTUBE_LINK }}"
run: |
echo "Contains YouTube link: ${{ env.HAS_YOUTUBE_LINK }}"
- name: Escape issue body for JSON
if: env.HAS_YOUTUBE_LINK == 'true' && env.IS_MUSIC_ISSUE == 'true'
Expand Down

0 comments on commit b3e8cf4

Please sign in to comment.