Skip to content

Commit

Permalink
Use GITHUB_OUTPUT instead of deprecated set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
sato11 authored and hsbt committed Dec 12, 2022
1 parent fabddd4 commit 0923cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- id: build
run: |
rake build
echo "::set-output name=pkg::${GITHUB_REPOSITORY#*/}-${RUNNING_OS%-*}"
echo "pkg=${GITHUB_REPOSITORY#*/}-${RUNNING_OS%-*}" >> $GITHUB_OUTPUT
env:
RUNNING_OS: ${{matrix.os}}
if: "matrix.ruby == '3.0'"
Expand Down

0 comments on commit 0923cf5

Please sign in to comment.