summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-build.yml
diff options
context:
space:
mode:
authorParamtamtam <[email protected]>2019-12-25 20:37:24 +0500
committerParamtamtam <[email protected]>2019-12-25 20:37:24 +0500
commit68312bc54b05c62846649eec586fc45ab32e47b8 (patch)
tree1c34613449b4547d543d6434cea7cd45f901988d /.github/workflows/ci-build.yml
parent2f53c74c28c50bea273c0081212a126dafde32fb (diff)
Workflow updated
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r--.github/workflows/ci-build.yml2
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