Skip to content

Commit 85c55ec

Browse files
committed
Update workflow to configure Git Safe Directory and copy README to Wiki
1 parent aa257a5 commit 85c55ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ 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 /wiki
1614
- name: Copy README to Wiki
1715
run: |
1816
mkdir -p wiki
1917
cp README.md wiki/
18+
- name: Configure Git Safe Directory
19+
run: git config --global --add safe.directory /wiki
2020
- name: Sync Wiki
2121
uses: joeizzard/action-wiki-sync@master
2222
with:

0 commit comments

Comments
 (0)