Skip to content

Commit

Permalink
Merge pull request #558 from MathieuBordere/downstream-fix
Browse files Browse the repository at this point in the history
downstream: Fix repo references.
  • Loading branch information
Mathieu Borderé authored Feb 3, 2024
2 parents 151ed04 + b825034 commit e87aaca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e87aaca

Please sign in to comment.