0
0
Fork 0
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:
Adrian Dvergsdal 2020-07-15 22:54:58 +02:00
parent fcf9c8f1ac
commit bba0f3babe
No known key found for this signature in database
GPG key ID: C1E9E2D9552A42D2

View file

@ -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