Skip to content

Commit a8a42b9

Browse files
committed
fix: checkout integration repo and doctool before running action
1 parent 64f4bbe commit a8a42b9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/generate-readme.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,19 @@ jobs:
1313
runs-on: ubuntu-latest
1414
name: Use private doctool action in public repository
1515
steps:
16-
- name: checkout-action
16+
- name: Checkout integration repository
17+
uses: actions/checkout@v4
18+
with:
19+
token: ${{ secrets.token }}
20+
21+
- name: Checkout doctool action
1722
uses: actions/checkout@v4
1823
with:
1924
repository: keyfactor/doctooldotnet
2025
ref: feature/logging-and-docs
2126
path: doctooldotnet
2227
token: ${{ secrets.token }}
28+
clean: false
2329

2430
- name: Launch local doctool
2531
uses: ./doctooldotnet

0 commit comments

Comments
 (0)