Skip to content

Commit

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

0 comments on commit aa257a5

Please sign in to comment.