Skip to content

Commit f212c47

Browse files
authored
(#PE-16944) Mend action to checkout the correct repository (#398)
1 parent eab8b2d commit f212c47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: "actions/checkout@v3"
2121
with:
2222
fetch-depth: 1
23+
repository: "puppetlabs/puppetlabs-peadm"
24+
ref: "main"
2325

2426
- name: "setup ruby"
2527
uses: "ruby/setup-ruby@v1"

0 commit comments

Comments
 (0)