refactor(ci): Wrap benchmark workflow inputs with quotes

This commit is contained in:
TwiN 2022-06-19 22:37:19 -04:00
parent 7224464202
commit 0193a200b8

View File

@ -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