We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b089690 + 5829764 commit bd77140Copy full SHA for bd77140
.github/workflows/test-go-integration-task.yml
@@ -56,7 +56,7 @@ jobs:
56
RESULT="false"
57
fi
58
59
- echo "::set-output name=result::$RESULT"
+ echo "result=$RESULT" >> $GITHUB_OUTPUT
60
61
test:
62
needs: run-determination
0 commit comments