Skip to content

Commit 1893c1c

Browse files
committed
Update workflow to configure Git Safe Directory and copy README to Wiki
1 parent 52d054e commit 1893c1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/copy-readme-to-wiki.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
- name: Configure Git Safe Directory
15+
run: git config --global --add safe.directory /github/workspace/wiki
1416
- name: Copy README to Wiki
1517
run: |
1618
mkdir -p wiki

0 commit comments

Comments
 (0)