From c68da3e9eadd97d356a682c1902099c312a6f2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Border=C3=A9?= Date: Sat, 3 Feb 2024 14:03:06 +0100 Subject: [PATCH] downstream: Fix another ref. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mathieu Borderé --- .github/workflows/downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index e8a07128f..9f70f5836 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -84,7 +84,7 @@ jobs: if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'please test downstream') }} uses: canonical/jepsen.dqlite/.github/workflows/test-build-run.yml@master with: - raft-ref: refs/pull/${{ github.event.issue.number }}/head + dqlite-ref: refs/pull/${{ github.event.issue.number }}/head workloads: > ['append', 'bank', 'set'] nemeses: >