Skip to content

Commit

Permalink
chore: Fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Dec 3, 2024
1 parent 426f0b3 commit eed455d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
protobuf_versions:
description: 'Comma separated list of Protobuf-Java versions (i.e. 3.25.5, 4.29.0)'
default: '"3.25.5","4.28.3"'
default: '["3.25.5","4.28.3"]'
required: false
pull_request:
schedule:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
- java-spanner
- java-storage
- java-storage-nio
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_versions)) }}
protobuf-version: ${{ fromJSON(github.event.inputs.protobuf_versions) }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit eed455d

Please sign in to comment.