mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Checkout with depth:0 otherwise git commands aren't functional
This commit is contained in:
parent
13449641ca
commit
ac62a153dc
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue