πŸ”€ Merge pull request #798 from xShteff/main

docs: updated docs with new way of saving output
This commit is contained in:
marocchino 2022-10-27 19:33:08 +09:00 committed by GitHub
commit 97e44c06c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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