1
0
mirror of synced 2026-02-13 13:06:56 +00:00

build: convert ::set-output to $GITHUB_OUTPUT

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2023-02-17 13:33:52 +01:00
committed by Hidde Beydals
parent 2827171dd8
commit bca26ebf0a
3 changed files with 9 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ jobs:
git diff
# export PR_BODY for PR and commit
echo "::set-output name=pr_body::$PR_BODY"
echo "pr_body=$PR_BODY" >> $GITHUB_OUTPUT
}
- name: Create Pull Request