CI: Don't hardcode repository directory in git config call
Some checks are pending
/ verify (push) Waiting to run
Some checks are pending
/ verify (push) Waiting to run
This commit is contained in:
parent
2f3b81a057
commit
a40e8f471d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Setup additional tooling
|
||||
run: |
|
||||
.forgejo/workflows/setup-tools.sh
|
||||
git config --add safe.directory /workspace/jutty/en
|
||||
git config --add safe.directory "$PWD"
|
||||
|
||||
- name: Build
|
||||
run: just ci build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue