Fix syntax errors in benchmark and cluster workflows

Signed-off-by: Andrei Aaron <andaaron@cisco.com>
This commit is contained in:
Andrei Aaron
2022-08-30 15:38:56 +00:00
committed by Andrei Aaron
parent 8ed34608e4
commit 5dda12b6a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
uses: actions/cache@v3
with:
path: ./cache
key: $${runner.os }}-gen1-benchmark
key: ${{ runner.os }}-gen1-benchmark
# Run `github-action-benchmark` action
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1.14.0
+1 -1
View File
@@ -167,7 +167,7 @@ jobs:
uses: actions/cache@v3
with:
path: ./cache
key: $${runner.os }}-gen1-benchmark-stateless-cluster
key: ${{ runner.os }}-gen1-benchmark-stateless-cluster
# Run `github-action-benchmark` action
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1.14.0