Removed output.

This commit is contained in:
2025-06-29 23:40:16 -07:00
parent 63b0149333
commit 5c0308b60a

View File

@@ -16,10 +16,10 @@ inputs:
description: "Directory to unzip the artifacts into. If not specified, the artifacts will not be unzipped." description: "Directory to unzip the artifacts into. If not specified, the artifacts will not be unzipped."
required: false required: false
default: "" default: ""
outputs: # outputs:
query: # query:
description: "The query result." # description: "The query result."
value: ${{ steps.query.outputs.console }} # value: ${{ steps.query.outputs.console }}
runs: runs:
using: "composite" using: "composite"
steps: steps: