This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 93c1af552f chore: Update startsWith in yml (#1330)
93c1af552f is described below
commit 93c1af552f8f833f960335387b98af3fa4c57e29
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Fri May 17 17:16:05 2024 +0800
chore: Update startsWith in yml (#1330)
---
.github/workflows/nightly-builds.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly-builds.yml
b/.github/workflows/nightly-builds.yml
index fbc1f22f13..0ea2a3a705 100644
--- a/.github/workflows/nightly-builds.yml
+++ b/.github/workflows/nightly-builds.yml
@@ -178,7 +178,7 @@ jobs:
sudo apt-get install graphviz
# genjavadoc does not support Scala 3.x
sbt \
- -Dpekko.genjavadoc.enabled=${{ matrix.scalaVersion.startsWith("3")
}} \
+ -Dpekko.genjavadoc.enabled=${{ startsWith(matrix.scalaVersion,
'3')}} \
"++ ${{ matrix.scalaVersion }} doc"
- name: Publish
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]