diff options
author | ArTourter <artourter@gmail.com> | 2024-05-18 00:27:39 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-18 06:40:32 +0700 |
commit | 8ec32ae3cc674ae248009b2bb1ede27942fcc10b (patch) | |
tree | 17f72858726cd3337c9586a2ee839ce1577ef92d /.github | |
parent | ef8d7d8ff5df5d2fb38da9d68e19651e658e65a9 (diff) |
network/signal-desktop: Updated for version 7.9.0.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfcc6a7f2b9e..bcc7189d1634 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,9 +141,7 @@ jobs: if [[ ${{ steps.get_deps.outputs.response }} == "" ]] ; then printf 'None\n' else - printf '```\n' - printf '%s' ${{ steps.get_deps.outputs.response }} | sed 's/\\n/\n/g' | sort - printf '```\n' + printf '%s' ${{ steps.get_deps.outputs.response }} | sed 's/\\n/\n/g' | sort | sed 's/^/- [ ] /' fi } > comment-output shell: |