Skip to content

Commit bd77140

Browse files
authored
Merge pull request #771 from per1234/workflow-command
Migrate workflow from deprecated `set-output` command
2 parents b089690 + 5829764 commit bd77140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
RESULT="false"
5757
fi
5858
59-
echo "::set-output name=result::$RESULT"
59+
echo "result=$RESULT" >> $GITHUB_OUTPUT
6060
6161
test:
6262
needs: run-determination

0 commit comments

Comments
 (0)