mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-08-24 02:57:43 +02:00
AUR: mark Workspace as safe for git.
This commit is contained in:
@@ -39,6 +39,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Mark workspace as safe Git directory
|
||||||
|
run: |
|
||||||
|
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
- name: Resolve release version
|
- name: Resolve release version
|
||||||
id: ver
|
id: ver
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user