mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-24 17:04:42 +01:00
fix(ci): Use single quotes instead of double quotes
This commit is contained in:
parent
45fe7beb6d
commit
542da61215
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
@ -23,8 +23,8 @@ jobs:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
repository: ${{ github.event.inputs.repository || "TwiN/gatus" }}
|
||||
ref: ${{ github.event.inputs.ref || "master" }}
|
||||
repository: "${{ github.event.inputs.repository || 'TwiN/gatus' }}"
|
||||
ref: "${{ github.event.inputs.ref || 'master' }}"
|
||||
- uses: actions/checkout@v3
|
||||
- name: Benchmark
|
||||
run: go test -bench=. ./storage/store
|
||||
|
Loading…
Reference in New Issue
Block a user