Skip to content

Commit

Permalink
temp_fix: broken CI actions/checkout#1169
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazechaser committed Feb 20, 2023
1 parent 3d9c439 commit 6b489b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/binary_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
environment: build
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v3
# TODO: this is a temporary workaround for https://github.com/actions/checkout/issues/1169
- run: git config --system --add safe.directory /__w/cic-custodial/cic-custodial
with:
fetch-depth: 0

Expand Down

0 comments on commit 6b489b7

Please sign in to comment.