Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit b6a1f1e

Browse files
committed
Fix quotes
1 parent 44b77d2 commit b6a1f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-bioc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ jobs:
107107
uses: actions/cache@v2
108108
with:
109109
path: ${{ env.R_LIBS_USER }}
110-
key: "${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_${{ matrix.config.bioc }}r-{{ matrix.config.r }}""
110+
key: "${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_${{ matrix.config.bioc }}r-{{ matrix.config.r }}"
111111

112112
- name: Cache R packages on Linux
113113
if: "!contains(github.event.head_commit.message, '/nocache') && runner.os == 'Linux' "
114114
uses: actions/cache@v2
115115
with:
116116
path: /home/runner/work/_temp/Library
117-
key: "${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_${{ matrix.config.bioc }}r-{{ matrix.config.r }}""
117+
key: "${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_${{ matrix.config.bioc }}r-{{ matrix.config.r }}"
118118

119119
- name: Install Linux system dependencies
120120
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)