Skip to content

Commit

Permalink
ci: Set safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jan 26, 2025
1 parent 26def5f commit 9abf79f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
ref: ${{ matrix.branch }}

- name: Set safe directory
run: |
git config --global --add safe.directory "/github/workspace"
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
env:
GIT_AUTHOR_NAME: flathubbot
Expand Down

0 comments on commit 9abf79f

Please sign in to comment.