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 52d054e commit 1893c1cCopy full SHA for 1893c1c
.github/workflows/copy-readme-to-wiki.yml
@@ -11,6 +11,8 @@ 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 /github/workspace/wiki
16
- name: Copy README to Wiki
17
run: |
18
mkdir -p wiki
0 commit comments