From 0193a200b8b98f417c58b0014a3f9661c3deeb2c Mon Sep 17 00:00:00 2001 From: TwiN Date: Sun, 19 Jun 2022 22:37:19 -0400 Subject: [PATCH] refactor(ci): Wrap benchmark workflow inputs with quotes --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 99b4765c..ac59da4b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -19,8 +19,8 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.18 - repository: ${{ github.event.inputs.repository }} - ref: ${{ github.event.inputs.ref }} + repository: "${{ github.event.inputs.repository }}" + ref: "${{ github.event.inputs.ref }}" - uses: actions/checkout@v3 - name: Benchmark run: go test -bench=. ./storage/store