mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
fix git diff syntax
This commit is contained in:
parent
b4f5847c7e
commit
d65336d0d8
1 changed files with 3 additions and 1 deletions
|
|
@ -22,4 +22,6 @@ jobs:
|
|||
run: ./src-dir/.github/workflows/testPatches.sh ./src-dir ./wiki-dir
|
||||
|
||||
- name: See wiki diff
|
||||
run: git diff main ./wiki-dir
|
||||
run: |
|
||||
cd ./wiki-dir
|
||||
git diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue