Fix apk-publish workflow: add git safe.directory config
This commit is contained in:
@@ -24,6 +24,9 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Configure git safe directory
|
||||||
|
run: git config --global --add safe.directory "$PWD"
|
||||||
|
|
||||||
- name: Setup abuild for package signing
|
- name: Setup abuild for package signing
|
||||||
run: |
|
run: |
|
||||||
su build -c "mkdir -p ~/.abuild"
|
su build -c "mkdir -p ~/.abuild"
|
||||||
|
|||||||
Reference in New Issue
Block a user