Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Aug 28, 2024
1 parent 9e0ae7e commit f7c728e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/argus-builder/build-prep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions .github/actions/validate-json-schema/action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f7c728e

Please sign in to comment.