We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1ffbc commit 86c73b9Copy full SHA for 86c73b9
.github/workflows/labs_update_cache.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
BASE=${{ github.event.pull_request.base.sha }}
23
HEAD=${{ github.event.pull_request.merge_commit_sha }}
24
- git diff --name-only $BASE $HEAD | grep "^communities/[^/]\+/lab" > paths.txt
+ git diff --name-only $BASE $HEAD | grep "^communities/[^/]\+/lab" > paths.txt || true
25
echo ""
26
echo "Changed files:"
27
cat paths.txt
0 commit comments