Skip to content

Commit

Permalink
don;t use action/checkout set-safe-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Dec 24, 2023
1 parent 361f75c commit 25fbf46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
with:
fetch-depth: 0
set-safe-directory: true
# https://github.com/actions/checkout/issues/766
- name: Mark the workspace as safe
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Install dependencies
run: |
apt-get update -qq
Expand Down

0 comments on commit 25fbf46

Please sign in to comment.