From 5dda12b6a798756fb94c0baced40720b214c55c7 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Tue, 30 Aug 2022 15:38:56 +0000 Subject: [PATCH] Fix syntax errors in benchmark and cluster workflows Signed-off-by: Andrei Aaron --- .github/workflows/benchmark.yaml | 2 +- .github/workflows/cluster.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 35059f7c..136356de 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -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 diff --git a/.github/workflows/cluster.yaml b/.github/workflows/cluster.yaml index a28c667a..ee92a4f0 100644 --- a/.github/workflows/cluster.yaml +++ b/.github/workflows/cluster.yaml @@ -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