Skip to content

Commit bbb956b

Browse files
armanbilgemdedetrich
authored andcommitted
Add a space
(cherry picked from commit 347b0640da74692626127bd91568c582b4e525c7)
1 parent a70a402 commit bbb956b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/scala/sbtghactions/GenerativePlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ ${indent(jobs.map(compileJob(_, sbt)).mkString("\n\n"), 1)}
703703
"actions",
704704
"download-artifact",
705705
"v3"),
706-
name = Some(s"Download target directories (${v.mkString(",")})"),
706+
name = Some(s"Download target directories (${v.mkString(", ")})"),
707707
params = Map(
708708
"name" -> s"target-$${{ matrix.os }}-$${{ matrix.java }}${v.mkString("-", "-", "")}"))
709709

src/sbt-test/sbtghactions/check-and-regenerate/expected-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
github-token: ${{ secrets.GITHUB_TOKEN }}
113113
cache: sbt
114114

115-
- name: Download target directories (2.13.10,2.12.17,this)
115+
- name: Download target directories (2.13.10, 2.12.17, this)
116116
uses: actions/download-artifact@v3
117117
with:
118118
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-2.12.17-this

src/sbt-test/sbtghactions/no-clean/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
java-version: 8
7979
cache: sbt
8080

81-
- name: Download target directories (2.13.10,2.12.17)
81+
- name: Download target directories (2.13.10, 2.12.17)
8282
uses: actions/download-artifact@v3
8383
with:
8484
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-2.12.17

0 commit comments

Comments
 (0)