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 1893c1c commit aa257a5Copy full SHA for aa257a5
.github/workflows/copy-readme-to-wiki.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- name: Configure Git Safe Directory
15
- run: git config --global --add safe.directory /github/workspace/wiki
+ run: git config --global --add safe.directory /wiki
16
- name: Copy README to Wiki
17
run: |
18
mkdir -p wiki
0 commit comments