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 d550713 commit f19f5e7Copy full SHA for f19f5e7
.github/workflows/actions/early-exit-check/action.yml
@@ -11,7 +11,7 @@ runs:
11
shell: bash
12
run: |
13
change_count=$(git diff --name-only origin/main..HEAD | grep -E '^(app/.*)|(.yarn/.*)|(.github/workflows/.*)' | wc -l)
14
- echo "${{ change_count }} files changed in app, .yarn, or .github/workflows"
+ echo "$change_count files changed in app, .yarn, or .github/workflows"
15
if [ $change_count -gt 0 ]; then
16
echo "result=false" >> $GITHUB_OUTPUT
17
else
0 commit comments