We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f4bbe commit a8a42b9Copy full SHA for a8a42b9
1 file changed
.github/workflows/generate-readme.yml
@@ -13,13 +13,19 @@ jobs:
13
runs-on: ubuntu-latest
14
name: Use private doctool action in public repository
15
steps:
16
- - name: checkout-action
+ - name: Checkout integration repository
17
+ uses: actions/checkout@v4
18
+ with:
19
+ token: ${{ secrets.token }}
20
+
21
+ - name: Checkout doctool action
22
uses: actions/checkout@v4
23
with:
24
repository: keyfactor/doctooldotnet
25
ref: feature/logging-and-docs
26
path: doctooldotnet
27
token: ${{ secrets.token }}
28
+ clean: false
29
30
- name: Launch local doctool
31
uses: ./doctooldotnet
0 commit comments