We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa257a5 commit 85c55ecCopy full SHA for 85c55ec
.github/workflows/copy-readme-to-wiki.yml
@@ -11,12 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Configure Git Safe Directory
15
- run: git config --global --add safe.directory /wiki
16
- name: Copy README to Wiki
17
run: |
18
mkdir -p wiki
19
cp README.md wiki/
+ - name: Configure Git Safe Directory
+ run: git config --global --add safe.directory /wiki
20
- name: Sync Wiki
21
uses: joeizzard/action-wiki-sync@master
22
with:
0 commit comments