We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865bde2 commit f60bccfCopy full SHA for f60bccf
.github/workflows/fleximod_test.yaml
@@ -26,7 +26,7 @@ jobs:
26
echo
27
echo "Checking if git fleximod matches expected externals"
28
29
- git add . && git diff --quiet && git diff --cached --quiet
+ git add . && git diff --exit-code && git diff --cached --exit-code
30
# - name: Setup tmate session
31
# if: ${{ failure() }}
32
# uses: mxschmitt/action-tmate@v3
0 commit comments