We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea893d1 commit 87ff986Copy full SHA for 87ff986
.github/workflows/renovate.yaml
@@ -16,11 +16,11 @@ jobs:
16
17
- name: Checkout repository
18
uses: actions/checkout@v6
19
- with:
20
- fetch-depth: 0
21
- sparse-checkout: |
22
- .github
23
- deps.edn
+ # with:
+ # fetch-depth: 0
+ # sparse-checkout: |
+ # .github
+ # deps.edn
24
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
25
26
- name: Run Renovate
0 commit comments