Update test.yml
This commit is contained in:
parent
78d6add10d
commit
122b223c04
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
echo $file
|
echo $file
|
||||||
done
|
done
|
||||||
- name: Run step when README.md changes
|
- name: Run step when README.md changes
|
||||||
if: contains(${{ fromJSON("${{ steps.changed-files.outputs.modified_files }}") }}, 'README.md')
|
if: contains(fromJSON("${{ steps.changed-files.outputs.modified_files }}"), 'README.md')
|
||||||
run: |
|
run: |
|
||||||
echo "Your README.md has been modified ${{ fromJSON("${{ steps.changed-files.outputs.modified_files }}") }}."
|
echo "Your README.md has been modified ${{ fromJSON("${{ steps.changed-files.outputs.modified_files }}") }}."
|
||||||
- name: Run changed-files with comma separator
|
- name: Run changed-files with comma separator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user