Skip to content

Commit

Permalink
mark app directory safe for git
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Feb 7, 2025
1 parent 4ed8f16 commit fc73043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fc73043

Please sign in to comment.