mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-16 13:08:28 +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//'%'/'%25'}【7,6 m】"
|
||||||
OUTPUT="${OUTPUT//$'\n'/'%0A'}"
|
OUTPUT="${OUTPUT//$'\n'/'%0A'}"
|
||||||
OUTPUT="${OUTPUT//$'\r'/'%0D'}"
|
OUTPUT="${OUTPUT//$'\r'/'%0D'}"
|
||||||
echo "::set-output name=result::$OUTPUT"
|
echo "result=$OUTPUT" >> $GITHUB_OUTPUT
|
||||||
- uses: marocchino/sticky-pull-request-comment@v2
|
- uses: marocchino/sticky-pull-request-comment@v2
|
||||||
with:
|
with:
|
||||||
header: test
|
header: test
|
||||||
|
|
@ -58,7 +58,7 @@ test:
|
||||||
OUTPUT="${OUTPUT//'%'/'%25'}【7,6 m】"
|
OUTPUT="${OUTPUT//'%'/'%25'}【7,6 m】"
|
||||||
OUTPUT="${OUTPUT//$'\n'/'%0A'}"
|
OUTPUT="${OUTPUT//$'\n'/'%0A'}"
|
||||||
OUTPUT="${OUTPUT//$'\r'/'%0D'}"
|
OUTPUT="${OUTPUT//$'\r'/'%0D'}"
|
||||||
echo "::set-output name=result::$OUTPUT"
|
echo "result=$OUTPUT" >> $GITHUB_OUTPUT
|
||||||
- uses: marocchino/sticky-pull-request-comment@v2
|
- uses: marocchino/sticky-pull-request-comment@v2
|
||||||
with:
|
with:
|
||||||
append: true
|
append: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue