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