We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5ade57 + f60bccf commit d07a7f5Copy full SHA for d07a7f5
.github/workflows/fleximod_test.yaml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
- id: run-fleximod
18
run: |
19
- $GITHUB_WORKSPACE/bin/git-fleximod update
+ $GITHUB_WORKSPACE/bin/git-fleximod update -o
20
echo
21
echo "Update complete, checking status"
22
@@ -26,7 +26,7 @@ jobs:
26
27
echo "Checking if git fleximod matches expected externals"
28
29
- git diff --exit-code
+ 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