Skip to content

Commit 204fd9b

Browse files
committed
Update build.yml
1 parent e00346a commit 204fd9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ jobs:
223223
224224
- name: "Run infection"
225225
run: |
226-
git fetch --depth=1 origin ${{ steps.previous-commit.outputs.name }}
226+
git fetch --depth=1 origin ${{ steps.default-branch.outputs.name }}
227227
infection \
228-
--git-diff-base=origin/${{ steps.previous-commit.outputs.name }} \
228+
--git-diff-base=origin/${{ steps.default-branch.outputs.name }} \
229229
--git-diff-lines \
230230
--ignore-msi-with-no-mutations \
231231
--min-msi=100 \

0 commit comments

Comments
 (0)