mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +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:
|
with:
|
||||||
fetch-depth: 0 # Required for WyriHaximus/github-action-get-previous-tag
|
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"
|
- name: "Get build"
|
||||||
id: build
|
id: build
|
||||||
run: echo "build=$(git rev-parse --short=8 HEAD)" >> "$GITHUB_OUTPUT"
|
run: echo "build=$(git rev-parse --short=8 HEAD)" >> "$GITHUB_OUTPUT"
|
||||||
|
|||||||
Reference in New Issue
Block a user