Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa257a5

Browse files
committedSep 24, 2024·
Update Git Safe Directory configuration and README copy workflow
1 parent 1893c1c commit aa257a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Configure Git Safe Directory
15-
run: git config --global --add safe.directory /github/workspace/wiki
15+
run: git config --global --add safe.directory /wiki
1616
- name: Copy README to Wiki
1717
run: |
1818
mkdir -p wiki

0 commit comments

Comments
 (0)
Please sign in to comment.