From 32b13ab82b73d298ad3f8aef2910b03579eddcf2 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Mon, 22 Sep 2025 11:37:49 +0200 Subject: [PATCH] Fix path in script --- .github/workflows/update-kube-stack-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-kube-stack-version.yml b/.github/workflows/update-kube-stack-version.yml index d8ea1277ec..2336bd91d1 100644 --- a/.github/workflows/update-kube-stack-version.yml +++ b/.github/workflows/update-kube-stack-version.yml @@ -40,7 +40,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add docs/docset.yml + git add docset.yml git commit -m "chore: update kube-stack version [skip ci]" git push @@ -52,7 +52,7 @@ jobs: commit-message: "chore: update kube-stack version" title: "chore: update kube-stack version" body: | - This PR automatically updates the kube-stack version in `docs/docset.yml` based on the latest version from the elastic-agent repository. + This PR automatically updates the kube-stack version in `docset.yml` based on the latest version from the elastic-agent repository. **Changes:** - Updated kube-stack version in docset.yml