[CI] Update CI

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-06-12 15:33:28 +02:00 committed by GitHub
parent 446836375c
commit 6e610d870c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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 sudo dpkg -i /tmp/helm-docs.deb
- name: Run against changed charts - name: Run against specified charts
run: | run: |
IFS=',' read -r -a CHARTS <<< "${{ github.event.client_payload.slash_command.charts }}" IFS=',' read -r -a CHARTS <<< "${{ github.event.client_payload.slash_command.charts }}"
for i in "${CHARTS[@]}" for i in "${CHARTS[@]}"
@ -139,7 +139,6 @@ jobs:
done done
- name: Create commit - name: Create commit
if: steps.filter.outputs.addedOrModified == 'true'
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with:
commit_message: Auto-generate chart README commit_message: Auto-generate chart README