From 8c42d7320ab32dfb0c7a25e3396301ad8d57f4e0 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 3 Apr 2025 21:46:18 +0200 Subject: [PATCH] chore(ci): add losisin/helm-values-schema-json-action --- .gitea/workflows/test-pr.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 49c71c7..35eafab 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -51,12 +51,10 @@ jobs: helm-schema-values: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.ref }} - - name: Generate values schema json - uses: losisin/helm-values-schema-json-action@v1.8.0 - with: - input: values.yaml - - name: Verify values.schema.json - run: git diff --exit-code --name-only values.schema.json \ No newline at end of file + - uses: actions/checkout@v4 + - name: Generate values schema json + uses: losisin/helm-values-schema-json-action@v1.8.0 + with: + input: values.yaml + - name: Verify values.schema.json + run: git diff --exit-code --name-only values.schema.json \ No newline at end of file