From 648ffb0717deeaff08096eb54c2855c6d9cfc4bc Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 3 Oct 2025 14:01:39 +0200 Subject: [PATCH] drop comments --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index e87c294..a04c888 100644 --- a/action.yml +++ b/action.yml @@ -13,9 +13,7 @@ runs: - name: Extract schema shell: bash run: | - // use jq to extract the $schema property from the json-file schema=$(jq -r '.["$schema"]' < ${{ inputs.json-file }}) - // if it's there, we fetch the schema from the URL if [ -n "$schema" ]; then curl -s $schema > schema.json else