Skip to content

Commit dbfe827

Browse files
flatpak test action: trust git repo
1 parent f00d22a commit dbfe827

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/flatpak_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16+
- name: Git config
17+
run: git config --global --add safe.directory *
18+
1619
- name: Init submodules
1720
run: git submodule init
1821

0 commit comments

Comments
 (0)