mark app directory safe for git

This commit is contained in:
Gregor Vostrak
2025-02-07 17:54:47 +01:00
parent 4ed8f16ae3
commit fc73043022

View File

@@ -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"