File tree Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 2727 token : ${{ secrets.GITHUB_TOKEN }}
2828
2929 - uses : r-lib/actions/setup-r@v2
30- with :
31- install-r : false
3230
3331 - id : set-matrix
3432 uses : ./.github/workflows/dep-matrix
7068
7169 - uses : ./.github/workflows/install
7270 with :
73- install-r : false
7471 cache-version : rcc-dev-base-1
7572 needs : check
7673 extra-packages : " any::rcmdcheck any::remotes ."
@@ -118,7 +115,6 @@ jobs:
118115
119116 - uses : ./.github/workflows/install
120117 with :
121- install-r : false
122118 cache-version : rcc-dev-${{ matrix.package }}-1
123119 needs : check
124120 extra-packages : " any::rcmdcheck any::remotes ."
Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ jobs:
294294
295295 - uses : ./.github/workflows/install
296296 with :
297- install-r : false
298297 cache-version : rcc-dev-${{ matrix.package }}-1
299298 needs : check
300299 extra-packages : " any::rcmdcheck any::remotes ."
Original file line number Diff line number Diff line change 6161
6262 - uses : r-lib/actions/setup-r@v2
6363 with :
64- install-r : false
6564 use-public-rspm : true
6665
6766 - uses : r-lib/actions/setup-r-dependencies@v2
Original file line number Diff line number Diff line change 3939 - uses : ./.github/workflows/install
4040 with :
4141 token : ${{ secrets.GITHUB_TOKEN }}
42- install-r : false
4342 cache-version : pkgdown-2
4443 needs : website
4544 extra-packages : r-lib/pkgdown local::.
Original file line number Diff line number Diff line change 1616 with :
1717 repo-token : ${{ secrets.GITHUB_TOKEN }}
1818 - uses : r-lib/actions/setup-r@v2
19- with :
20- install-r : false
2119 - name : Configure Git identity
2220 run : |
2321 env | sort
5553 with :
5654 repo-token : ${{ secrets.GITHUB_TOKEN }}
5755 - uses : r-lib/actions/setup-r@v2
58- with :
59- install-r : false
6056 - name : Configure Git identity
6157 run : |
6258 env | sort
You can’t perform that action at this time.
0 commit comments