Multiline message-path and concatenation (#88)

This commit is contained in:
Michael Shick 2023-05-04 17:25:26 -04:00 committed by GitHub
parent a0c6c0cbf4
commit 4a541a260f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 249 additions and 54 deletions

1
.github/test/file-1.txt vendored Normal file
View file

@ -0,0 +1 @@
Hello

1
.github/test/file-2.txt vendored Normal file
View file

@ -0,0 +1 @@
Goodbye

BIN
.github/test/image.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View file

@ -62,7 +62,14 @@ jobs:
- uses: ./
with:
message-id: path
message-path: |
.github/test/file-*.txt
- uses: ./
with:
message-id: text
message: |
**Hello ${{ github.run_number }}**
**Hello**
🌏
!
!