Skip to content

Commit eed455d

Browse files
committed
chore: Fix CI issue
1 parent 426f0b3 commit eed455d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream_protobuf_source_compatibility_check_nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
inputs:
77
protobuf_versions:
88
description: 'Comma separated list of Protobuf-Java versions (i.e. 3.25.5, 4.29.0)'
9-
default: '"3.25.5","4.28.3"'
9+
default: '["3.25.5","4.28.3"]'
1010
required: false
1111
pull_request:
1212
schedule:
@@ -34,7 +34,7 @@ jobs:
3434
- java-spanner
3535
- java-storage
3636
- java-storage-nio
37-
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_versions)) }}
37+
protobuf-version: ${{ fromJSON(github.event.inputs.protobuf_versions) }}
3838
steps:
3939
- uses: actions/checkout@v3
4040
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)