We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963b914 commit 3cf17c0Copy full SHA for 3cf17c0
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -47,6 +47,8 @@ jobs:
47
48
steps:
49
- uses: actions/checkout@v2
50
+ with:
51
+ persist-credentials: false
52
53
- uses: r-lib/actions/setup-r@v2
54
id: install-r
@@ -81,7 +83,9 @@ jobs:
81
83
uses: actions/upload-artifact@master
82
84
with:
85
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
- path: ./
86
+ path: |
87
+ ./
88
+ !./.git/
89
90
- name: Check package
91
uses: r-lib/actions/check-r-package@v2
0 commit comments