From 5c0308b60a0e5b4eabe135720edbbc025b2cabc1 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 29 Jun 2025 23:40:16 -0700 Subject: [PATCH] Removed output. --- github/github-download-previous-artifacts/action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/github/github-download-previous-artifacts/action.yaml b/github/github-download-previous-artifacts/action.yaml index ae615ce..4e701b3 100644 --- a/github/github-download-previous-artifacts/action.yaml +++ b/github/github-download-previous-artifacts/action.yaml @@ -16,10 +16,10 @@ inputs: description: "Directory to unzip the artifacts into. If not specified, the artifacts will not be unzipped." required: false default: "" -outputs: - query: - description: "The query result." - value: ${{ steps.query.outputs.console }} +# outputs: +# query: +# description: "The query result." +# value: ${{ steps.query.outputs.console }} runs: using: "composite" steps: