From 5ba30404b79e90e941a8747d9e6fe26a232eca43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 10 Jan 2024 23:50:41 +0100 Subject: [PATCH 1/2] chore: fix ci required names (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/action.yml | 2 +- .github/workflows/check-actions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 03858ab..67d427c 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -204,7 +204,7 @@ jobs: - name: Check install run: kyverno-json version - required: + test-required: needs: - default - verify diff --git a/.github/workflows/check-actions.yaml b/.github/workflows/check-actions.yaml index 29a480c..bdfac62 100644 --- a/.github/workflows/check-actions.yaml +++ b/.github/workflows/check-actions.yaml @@ -11,7 +11,7 @@ on: - 'release*' jobs: - required: + check-required: runs-on: ubuntu-latest steps: - name: Checkout From 4ac28215fd015ff6aa5525afc67f119f9f758957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 10 Jan 2024 23:56:54 +0100 Subject: [PATCH 2/2] chore: bump default version (#5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a17f122..03ac51d 100644 --- a/action.yml +++ b/action.yml @@ -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