File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,10 @@ jobs:
21
21
- " ubuntu-latest"
22
22
23
23
steps :
24
- - name : " Load CI environment variables"
25
- uses : FranzDiebold/github-env-vars-action@v2
26
-
27
- - name : " Checkout $GITHUB_BASE_REF branch (for diffing)"
24
+ - name : " Checkout github.base_ref branch (for diffing)"
28
25
uses : " actions/checkout@v2"
29
26
with :
30
- ref : ${{ env.GITHUB_BASE_REF }}
27
+ ref : ${{ github.base_ref }}
31
28
32
29
- name : " Checkout"
33
30
uses : " actions/checkout@v2"
65
62
vendor/bin/roave-infection-static-analysis-plugin \
66
63
--ignore-msi-with-no-mutations \
67
64
--git-diff-filter=AM \
68
- --git-diff-base=" $GITHUB_BASE_REF"
65
+ --git-diff-base=$GITHUB_BASE_REF
69
66
env :
70
67
INFECTION_BADGE_API_KEY : ${{ secrets.INFECTION_BADGE_API_KEY }}
71
68
STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
69
+ GITHUB_BASE_REF : ${{ github.base_ref }}
72
70
You can’t perform that action at this time.
0 commit comments