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: