Skip to content

Commit

Permalink
Merge branch 'main' into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycharly authored Jan 10, 2024
2 parents 293cb20 + 4ac2821 commit 98d9d28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
- name: Check install
run: kyverno-json version

required:
test-required:
needs:
- default
- verify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'release*'

jobs:
required:
check-required:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
release:
description: kyverno-json release version to be installed
required: false
default: v0.0.1
default: v0.0.2
install-dir:
description: Where to install the kyverno-json binary
required: false
Expand Down

0 comments on commit 98d9d28

Please sign in to comment.