mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-15 04:46:22 +00:00
π Merge pull request #798 from xShteff/main
docs: updated docs with new way of saving output
This commit is contained in:
commit
97e44c06c7
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