Add set_output tool (#205)

This commit is contained in:
Mateusz Burzyński
2026-01-29 22:49:00 +00:00
committed by pullfrog[bot]
parent 2daab6fc78
commit c1f8247077
9 changed files with 116 additions and 7 deletions
+4
View File
@@ -35,6 +35,10 @@ inputs:
required: false
default: ${{ github.token }}
outputs:
result:
description: "It's set when the prompt explicitly requests it. It can be used to capture an actionable output for the next step in the workflow."
runs:
using: "node24"
main: "entry"