Skip to content

Commit 44b1459

Browse files
committed
Trailing commas
1 parent 25f769d commit 44b1459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cache-map: |
6666
{
6767
"var-cache-apt": "/var/cache/apt",
68-
"var-lib-apt": "/var/lib/apt",
68+
"var-lib-apt": "/var/lib/apt"
6969
}
7070
skip-extraction: ${{ steps.docker-build-apt-cache.outputs.cache-hit }}
7171

@@ -185,7 +185,7 @@ jobs:
185185
cache-map: |
186186
{
187187
"var-cache-apt": "/var/cache/apt",
188-
"var-lib-apt": "/var/lib/apt",
188+
"var-lib-apt": "/var/lib/apt"
189189
}
190190
skip-extraction: ${{ steps.docker-build-apt-cache.outputs.cache-hit }}
191191

0 commit comments

Comments
 (0)