Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yrtimiD committed Apr 19, 2024
1 parent 75a4c15 commit 010f8b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/commit-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
EMAIL_BODY="Author: ${{ matrix.notif.commit.commit.author.name }} ${{ matrix.notif.commit.commit.author.email }}
Message: ${{ matrix.notif.commit.commit.message }}
Files:
${{ join(matrix.notif.commit.files.*.filename, '
') }}
$( echo '${{ toJSON(matrix.notif.commit.files) }}' | jq --raw-output '.[].filename | select(. != null)' )
Commit: ${{ matrix.notif.commit.html_url }}
"
Expand Down

0 comments on commit 010f8b8

Please sign in to comment.