mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 20:41:15 +00:00
docs: updated docs with new way of saving output
This commit is contained in:
parent
437c49a57c
commit
d80d378639
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ test:
|
|||
OUTPUT="${OUTPUT//'%'/'%25'}【7,6 m】"
|
||||
OUTPUT="${OUTPUT//$'\n'/'%0A'}"
|
||||
OUTPUT="${OUTPUT//$'\r'/'%0D'}"
|
||||
echo "::set-output name=result::$OUTPUT"
|
||||
echo "result=$OUTPUT" >> $GITHUB_OUTPUT
|
||||
- uses: marocchino/sticky-pull-request-comment@v2
|
||||
with:
|
||||
header: test
|
||||
|
|
@ -58,7 +58,7 @@ test:
|
|||
OUTPUT="${OUTPUT//'%'/'%25'}【7,6 m】"
|
||||
OUTPUT="${OUTPUT//$'\n'/'%0A'}"
|
||||
OUTPUT="${OUTPUT//$'\r'/'%0D'}"
|
||||
echo "::set-output name=result::$OUTPUT"
|
||||
echo "result=$OUTPUT" >> $GITHUB_OUTPUT
|
||||
- uses: marocchino/sticky-pull-request-comment@v2
|
||||
with:
|
||||
append: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue