Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit a85a653

Browse files
committed
fix(ci): change git ownership
1 parent 0624412 commit a85a653

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
CI: "true"
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3.1.0
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
18+
- name: Add repository to git safe directories
19+
run: git config --global --add safe.directory $GITHUB_WORKSPACE
1820
- name: Set git identity
1921
run: |-
2022
git config --global --add user.name "github-actions"

0 commit comments

Comments
 (0)