Skip to content

Commit ad2a05b

Browse files
committed
Install the necessary golang packages in the workflow
1 parent fc95593 commit ad2a05b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/mirror-pull-requests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
with:
1414
go-version: 1.14
1515

16+
- name: Setup git-appraise and the pr mirror
17+
run: |
18+
go get github.com/google/git-appraise
19+
go get github.com/google/git-pull-request-mirror
20+
1621
- name: Fetch PR refs
1722
run: git fetch origin '+refs/pull/*:refs/pull/*'
1823

0 commit comments

Comments
 (0)