We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd2b20 commit 5d5f22fCopy full SHA for 5d5f22f
.github/workflows/actions/early-exit-check/action.yml
@@ -26,8 +26,8 @@ runs:
26
echo "Comparing ${parent_ref} with ${child_ref}"
27
28
diff_output=$(git diff --name-only ${parent_ref}..${child_ref})
29
- change_count=$(echo "$diff_output" | grep -E '^(app/.*)|(.yarn/.*)|(.github/workflows/.*)' | wc -l | awk '{$1=$1};1' || true)
30
- # change_count=$(echo "$diff_output" | grep -E '^(blarb/.*)' | wc -l | awk '{$1=$1};1' || true)
+ # change_count=$(echo "$diff_output" | grep -E '^(app/.*)|(.yarn/.*)|(.github/workflows/.*)' | wc -l | awk '{$1=$1};1' || true)
+ change_count=$(echo "$diff_output" | grep -E '^(blarb/.*)' | wc -l | awk '{$1=$1};1' || true)
31
32
echo "$change_count files changed in app, .yarn, or .github/workflows"
33
0 commit comments