Skip to content

Commit

Permalink
test 17
Browse files Browse the repository at this point in the history
  • Loading branch information
negril committed Jan 17, 2024
1 parent 4ab8957 commit 9c51fe6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: HOME="${RUNNER_TEMP}/_github_home" git config --global --add safe.directory /github/workspace

- name: git set safe.directory
run: HOME="${RUNNER_TEMP}/_github_home" git config --global --add safe.directory /github/workspace

- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:
Expand Down

0 comments on commit 9c51fe6

Please sign in to comment.