mirror of
https://github.com/zu1k/nali.git
synced 2025-02-09 05:42:43 +08:00
fix: trust dir before start aur docker
Signed-off-by: zu1k <i@zu1k.com>
This commit is contained in:
parent
0dbbec3576
commit
f2e1d3b6c4
3
.github/workflows/go-release.yml
vendored
3
.github/workflows/go-release.yml
vendored
@ -58,6 +58,9 @@ jobs:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: git config trust dir
|
||||
run: git config --global --add safe.directory /github/workspace
|
||||
|
||||
- name: Publish AUR package nali-go
|
||||
uses: zu1k/aur-publish-action@master
|
||||
with:
|
||||
|
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -32,6 +32,10 @@ jobs:
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: git config trust dir
|
||||
run: git config --global --add safe.directory /github/workspace
|
||||
|
||||
- name: Publish AUR package nali-go-git
|
||||
uses: zu1k/aur-publish-action@master
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user