This commit is contained in:
parent
61ccabeb12
commit
3974755531
1 changed files with 3 additions and 0 deletions
|
|
@ -34,8 +34,11 @@ jobs:
|
|||
- name: Setup additional tooling
|
||||
run: |
|
||||
.forgejo/workflows/setup-tools.sh
|
||||
echo "git config add"
|
||||
git config --add safe.directory "$PWD"
|
||||
echo "git config get"
|
||||
git config --global safe.directory
|
||||
echo "ls -la"
|
||||
ls -la
|
||||
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue