diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index a06cde020..e8a07128f 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -31,7 +31,7 @@ jobs: - name: Check out raft uses: actions/checkout@v3 with: - ref: refs/pull/${{ github.event.issue.number }}/head + repository: canonical/raft path: raft - name: Install raft @@ -45,7 +45,7 @@ jobs: - name: Check out dqlite uses: actions/checkout@v3 with: - repository: canonical/dqlite + ref: refs/pull/${{ github.event.issue.number }}/head path: dqlite - name: Install dqlite