mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
mark app directory safe for git
This commit is contained in:
3
.github/workflows/build-public.yml
vendored
3
.github/workflows/build-public.yml
vendored
@@ -28,6 +28,9 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # Required for WyriHaximus/github-action-get-previous-tag
|
||||
|
||||
- name: Configure git safe directory
|
||||
run: git config --global --add safe.directory /app
|
||||
|
||||
- name: "Get build"
|
||||
id: build
|
||||
run: echo "build=$(git rev-parse --short=8 HEAD)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
Reference in New Issue
Block a user