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 f15e8ba commit 8f76f12Copy full SHA for 8f76f12
.github/actions/generate/action.yml
@@ -46,7 +46,7 @@ runs:
46
env:
47
EXCLUDE: ${{ inputs.platform == 'android' && 'ios' || 'android' }}
48
run: |
49
- if [[ -n "$(git status --porcelain | grep -v ". $EXCLUDE" | grep -v example/ios/Podfile.lock)" ]]; then
+ if [[ -n "$(git status --porcelain | grep -v ". $EXCLUDE" | grep -v example/)" ]]; then
50
>&2 echo "Found unexpected changes in repository after generating"
51
git status --short
52
git diff
0 commit comments