diff options
author | Paramtamtam <[email protected]> | 2019-12-25 20:37:24 +0500 |
---|---|---|
committer | Paramtamtam <[email protected]> | 2019-12-25 20:37:24 +0500 |
commit | 68312bc54b05c62846649eec586fc45ab32e47b8 (patch) | |
tree | 1c34613449b4547d543d6434cea7cd45f901988d /.github | |
parent | 2f53c74c28c50bea273c0081212a126dafde32fb (diff) |
Workflow updated
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index bfc652ec..aaeab86c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -31,6 +31,8 @@ jobs: - name: Check out code uses: actions/checkout@v2 + with: + fetch-depth: 1 - name: Show versions run: php -v && composer -V && go version |