Skip to content

Commit

Permalink
Replace deprecated command with environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooo authored and jamesward committed Jun 27, 2023
1 parent 5f68652 commit e12115c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
./gradlew :server:HelloWorldServer &
sleep 30
OUTPUT=$(./gradlew :client:HelloWorldClient)
echo "::set-output name=stdout::${OUTPUT//$'\n'/'%0A'}"
echo "stdout=${OUTPUT//$'\n'/'%0A'}" >> $GITHUB_OUTPUT
- name: Test HelloWorld
if: matrix.java == '11'
Expand Down

0 comments on commit e12115c

Please sign in to comment.