mirror of
https://github.com/atmoz/sftp.git
synced 2025-01-26 13:50:57 -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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
submodules: true
|
||||||
|
|
||||||
# Only allow commits signed by owner
|
# Only allow commits signed by owner
|
||||||
- name: Verify commit signature
|
- name: Verify commit signature
|
||||||
|
|
Loading…
Add table
Reference in a new issue