Mark git repository as safe

This commit is contained in:
Julien Reichardt 2023-03-04 12:02:59 +01:00
parent 5a1c854560
commit 00c6e478b7
No known key found for this signature in database

View file

@ -10,8 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
set-safe-directory: /github/workspace
- name: Mark repository as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
env:
GIT_AUTHOR_NAME: Flatpak External Data Checker