Update README.md
This commit is contained in:
parent
202fce939f
commit
256e64f4cc
11
README.md
11
README.md
@ -146,11 +146,12 @@ jobs:
|
|||||||
.(sql)$
|
.(sql)$
|
||||||
^(mynewfile|custom)
|
^(mynewfile|custom)
|
||||||
|
|
||||||
- name: Run step if any of the listed files above change
|
- name: Run step if any of the listed files above change
|
||||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
echo "One or more files listed above has changed."
|
echo "One or more files listed above has changed."
|
||||||
- name: Use a different commit SHA as the base
|
|
||||||
|
- name: Use a different commit SHA
|
||||||
id: changed-files-comma
|
id: changed-files-comma
|
||||||
uses: tj-actions/changed-files@v8.5
|
uses: tj-actions/changed-files@v8.5
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user