diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f51be7bc3..445b4bf82f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: - java-version: ${{ matrix.java }} + java-version: ${{matrix.java}} - run: java -version - run: .kokoro/build.sh env: @@ -22,7 +22,7 @@ jobs: - name: coverage uses: codecov/codecov-action@v1 with: - name: actions ${{ matrix.java }} + name: actions ${{matrix.java}} windows: runs-on: windows-latest steps: @@ -73,4 +73,4 @@ jobs: - run: java -version - run: .kokoro/build.sh env: - JOB_TYPE: clirr + JOB_TYPE: clirr \ No newline at end of file diff --git a/synth.metadata b/synth.metadata index 795b568dbf..0f40998f7d 100644 --- a/synth.metadata +++ b/synth.metadata @@ -11,7 +11,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigquerystorage.git", - "sha": "d1d365f0f01f2a0522d761db5c4dfe5374ff8783" + "sha": "5955fdd0240d5a2ea2d105ea72033b388237e20c" } }, { @@ -50,7 +50,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "ab883569eb0257bbf16a6d825fd018b3adde3912" + "sha": "98c50772ec23295c64cf0d2ddf199ea52961fd4c" } } ],