parent
9707a76624
commit
d710bf5023
|
@ -129,7 +129,7 @@ jobs:
|
||||||
|
|
||||||
- name: List all changed files
|
- name: List all changed files
|
||||||
run: |
|
run: |
|
||||||
${{ join(steps.changed-files.outputs.all_changed_files, ',') }}
|
"${{ join(steps.changed-files.outputs.all_changed_files, ',') }}"
|
||||||
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
|
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
|
||||||
echo "$file was changed"
|
echo "$file was changed"
|
||||||
done
|
done
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
c
|
c
|
||||||
foobar
|
foobar
|
||||||
test1234
|
test1234
|
||||||
|
foobar
|
||||||
|
|
|
@ -2,3 +2,4 @@ d
|
||||||
foobar
|
foobar
|
||||||
foobar
|
foobar
|
||||||
|
|
||||||
|
foobar
|
||||||
|
|
Loading…
Reference in New Issue