Skip to content

Commit

Permalink
.github/workflows: fetch full history for pkgcheck actions
Browse files Browse the repository at this point in the history
Signed-off-by: Alfred Wingate <[email protected]>
Closes: #963
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
parona-source authored and thesamesam committed Dec 23, 2023
1 parent 3fabc0c commit d4c9188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/pkgcheck_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 2
fetch-depth: 0
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:
Expand Down

0 comments on commit d4c9188

Please sign in to comment.