mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
Fetch tags and checkout submodules
This commit is contained in:
parent
fcf9c8f1ac
commit
bba0f3babe
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
|
@ -17,6 +17,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
# Only allow commits signed by owner
|
||||
- name: Verify commit signature
|
||||
|
|
Loading…
Reference in a new issue