We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e7641 commit 3c28fb5Copy full SHA for 3c28fb5
.github/workflows/pitest-updated-pr.yml
@@ -42,4 +42,4 @@ jobs:
42
# The updatePR maven goal is used here with an explicit version. This allows us to upload without checking out
43
# the code, but does mean the version here must be maintained. An alternative would be to checkout the code and use
44
# the github goal. This will work as long as the artifact is extracted to the maven target directory
45
- run: mvn -Ppitest -DrepoToken=${{ secrets.GITHUB_TOKEN }} com.groupcdg:pitest-github-maven-plugin:0.0.9:updatePR
+ run: mvn -Ppitest -DrepoToken=${{ secrets.GITHUB_TOKEN }} com.groupcdg:pitest-github-maven-plugin:0.0.10:updatePR
0 commit comments