.
This commit is contained in:
parent
e7e344e9dc
commit
54e87b6b8c
@ -20,12 +20,15 @@ jobs:
|
||||
version: v3.14.4
|
||||
|
||||
- name: Check for changed charts
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v45.0.3
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v44
|
||||
with:
|
||||
dir_names: true
|
||||
files: charts/*
|
||||
|
||||
- name: List all changed files
|
||||
run: |
|
||||
for file in ${{ steps.changed-files.output_all_changed_files }}; do
|
||||
echo "$file was changed"
|
||||
done
|
||||
run: |
|
||||
for file in ${{ steps.changed-files.output_all_changed_files }}; do
|
||||
echo "$file was changed"
|
||||
done
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
azure:
|
||||
url
|
||||
pool
|
||||
pool:
|
||||
token:
|
||||
|
||||
harbor:
|
||||
|
Loading…
Reference in New Issue
Block a user