diff --git a/.github/actions/argus-builder/build-prep/action.yml b/.github/actions/argus-builder/build-prep/action.yml index c7426ea0..e9f51e69 100644 --- a/.github/actions/argus-builder/build-prep/action.yml +++ b/.github/actions/argus-builder/build-prep/action.yml @@ -29,7 +29,7 @@ outputs: should_build: description: Whether the job should run value: ${{ steps.final_check.outputs.should_build }} - base: + base_ref: description: The base branch or commit to compare against value: ${{ steps.force_push.outputs.base }} diff --git a/.github/actions/validate-json-schema/action.yml b/.github/actions/validate-json-schema/action.yml index d8fa8096..6fc060c5 100644 --- a/.github/actions/validate-json-schema/action.yml +++ b/.github/actions/validate-json-schema/action.yml @@ -1,5 +1,5 @@ -name: argus-docker-build-prep -description: Prepare for building a Docker Image for Argus +name: validate-json-schema +description: Validate that a given JSON object matches a given AJV schema inputs: data: