Skip to content

Commit 5ec9622

Browse files
committed
Lets see if blindly following the new error message on alpine CI finally fixes things
1 parent de30ef8 commit 5ec9622

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
with:
5959
fetch-depth: 0
6060
ref: ${{ github.event.workflow_run.head_sha }}
61+
- name: Configure Git safe directory
62+
if: github.event_name == 'workflow_run'
63+
run: git config --global --add safe.directory /__w/shuthost/shuthost
6164
- &set_tag
6265
name: Set tag
6366
shell: bash

0 commit comments

Comments
 (0)