Skip to content

Commit 8bf7914

Browse files
committed
fetch submodules
1 parent 1095e47 commit 8bf7914

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/flatpak.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
runs-on: ${{ matrix.variant.runner }}
2222
steps:
2323
- uses: actions/checkout@v4
24+
with:
25+
submodules: recursive # fetch submodules (recursively)
26+
fetch-depth: 0 # ensure full history so submodule refs are resolvable
27+
token: ${{ secrets.GITHUB_TOKEN }}
2428
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
2529
with:
2630
bundle: photobooth.flatpak

0 commit comments

Comments
 (0)