Skip to content

Commit

Permalink
also push examples
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
petewall committed Sep 8, 2023
1 parent ecba8ab commit d26a6a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-for-dependency-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install Helm
uses: azure/setup-helm@v3

- name: Install Updatecli
uses: updatecli/updatecli-action@v2

Expand All @@ -36,6 +39,9 @@ jobs:
- name: Regenerate docs
run: docker run --rm -v "$(pwd)/charts/k8s-monitoring:/helm-docs" -u "$(id -u)" jnorwood/helm-docs

- name: Regenerate examples
run: make regenerate-example-outputs

- name: Create pull request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit d26a6a7

Please sign in to comment.