Update README.md

This commit is contained in:
Tonye Jack 2021-07-16 11:29:34 -04:00 committed by GitHub
parent 202fce939f
commit 256e64f4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,11 +146,12 @@ jobs:
.(sql)$
^(mynewfile|custom)
- name: Run step if any of the listed files above change
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: |
echo "One or more files listed above has changed."
- name: Use a different commit SHA as the base
- name: Run step if any of the listed files above change
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: |
echo "One or more files listed above has changed."
- name: Use a different commit SHA
id: changed-files-comma
uses: tj-actions/changed-files@v8.5
with: