From 20a19b977fa3a78c7d87956e7b388681926d3b56 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 3 Aug 2023 16:11:38 -0600 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0e1e874182..b36a72d7973 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ See [outputs](#outputs) for a list of all available outputs. *.png !*.md test_directory - **.sql + **/*.sql ... ``` @@ -561,7 +561,7 @@ See [inputs](#inputs) for more information. *.png !*.md test_directory - **.sql + **/*.sql - name: Run step if any of the listed files above change if: steps.changed-files-specific.outputs.any_changed == 'true' @@ -929,9 +929,8 @@ With the switch from using grep's Extended regex to match files to the natively - \.sh$ - .(sql|py)$ - ^(dir1|dir2) -+ *.{sh,sql,py} -+ dir1 -+ dir2 ++ **/*.{sh,sql,py} ++ {dir1,dir2}/** ``` * Free software: [MIT license](LICENSE)