Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
test multiline ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahor committed Aug 27, 2023
1 parent b3d91c2 commit f0a7ab2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
changesetComment=$(echo "$output" | grep -zoE 'New tag: ([^ ]+)' | sed -E 's/New tag: //g')
echo "changesetComment=$changesetComment" >> $GITHUB_OUTPUT
echo 'changeset-comment="$changesetComment"\n' >> $GITHUB_OUTPUT
echo $changesetComment
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -114,7 +115,7 @@ jobs:
@${{ github.actor }} your snapshot release has been published!
```
${{ steps.changeset.outputs.changesetComment }}
${{ steps.changeset.outputs.changeset-comment }}
```
- name: Send failure comment
Expand Down

0 comments on commit f0a7ab2

Please sign in to comment.