Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update-kube-stack-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
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

Expand All @@ -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
Expand Down