Skip to content

Commit 6aa801f

Browse files
committed
fix syntax error
1 parent 117186b commit 6aa801f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ on:
5454

5555
jobs:
5656
determine_matrix:
57-
runs-on: linux-x86-n2-16
58-
container: 'us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest')
57+
runs-on: "linux-x86-n2-16"
58+
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest"
5959
outputs:
6060
build_matrix: ${{ steps.set-matrix.outputs.build_matrix }}
6161
steps:

0 commit comments

Comments
 (0)