mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 20:41:15 +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//$'\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