mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
ci: 🧠
This commit is contained in:
parent
5e73a453e2
commit
9cbcea5d1b
1 changed files with 4 additions and 2 deletions
6
.github/actions/collect-changes/action.yaml
vendored
6
.github/actions/collect-changes/action.yaml
vendored
|
@ -25,7 +25,7 @@ runs:
|
|||
list-files: shell
|
||||
filters: |
|
||||
addedOrModified:
|
||||
- added|modified: 'src/charts/*/**'
|
||||
- added|modified: 'charts/*/**'
|
||||
|
||||
# - name: Collect changed charts
|
||||
# if: |
|
||||
|
@ -50,8 +50,10 @@ runs:
|
|||
- name: Collect changed charts
|
||||
id: changed-charts
|
||||
shell: bash
|
||||
working-directory: src
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
which ct
|
||||
CHARTS=$(ct list-changed --config .ci/ct/ct-lint.yaml)
|
||||
# Set output to changed charts
|
||||
printf "::set-output name=addedOrModifiedCharts::%s\n" "${CHARTS[*]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue