From 6e610d870cdf098051c659167ee82ec9c3faca90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Sat, 12 Jun 2021 15:33:28 +0200 Subject: [PATCH] [CI] Update CI --- .github/workflows/charts-auto-generate-docs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/charts-auto-generate-docs.yaml b/.github/workflows/charts-auto-generate-docs.yaml index e2200f66..65569313 100644 --- a/.github/workflows/charts-auto-generate-docs.yaml +++ b/.github/workflows/charts-auto-generate-docs.yaml @@ -127,7 +127,7 @@ jobs: wget -O /tmp/helm-docs.deb https://github.com/norwoodj/helm-docs/releases/download/v1.5.0/helm-docs_1.5.0_linux_amd64.deb sudo dpkg -i /tmp/helm-docs.deb - - name: Run against changed charts + - name: Run against specified charts run: | IFS=',' read -r -a CHARTS <<< "${{ github.event.client_payload.slash_command.charts }}" for i in "${CHARTS[@]}" @@ -139,7 +139,6 @@ jobs: done - name: Create commit - if: steps.filter.outputs.addedOrModified == 'true' uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Auto-generate chart README