0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00

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

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

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