Skip to content

Commit

Permalink
Update workflow to configure Git Safe Directory and copy README to Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Sep 24, 2024
1 parent 52d054e commit 1893c1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/copy-readme-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Configure Git Safe Directory
run: git config --global --add safe.directory /github/workspace/wiki
- name: Copy README to Wiki
run: |
mkdir -p wiki
Expand Down

0 comments on commit 1893c1c

Please sign in to comment.