Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 86b86e6

Browse files
authored
Merge pull request #68 from jrfnl/feature/ghactions-dont-use-set-output
GH Actions: fix use of deprecated `set-output`
2 parents a54c72d + 59cd7b5 commit 86b86e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/promote-tag.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
OUTPUT="${OUTPUT//'%'/'%25'}"
2727
OUTPUT="${OUTPUT//$'\n'/'%0A'}"
2828
OUTPUT="${OUTPUT//$'\r'/'%0D'}"
29-
echo "::set-output name=body::$OUTPUT"
29+
echo "body=$OUTPUT" >> $GITHUB_OUTPUT
3030
- name: Debug Changelog
3131
run: echo "Extracted this Changelog \n ${{ steps.changelog.outputs.body }}"
3232
- uses: ncipollo/release-action@v1

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /