diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-18 00:18:50 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-11-18 00:18:50 -0700 |
| commit | 351f6ba5d62abc0b8bc3ffc8fd2d14f457e08476 (patch) | |
| tree | d63c6f93a3b739248f868d0ed16e4138d855ad3c /.github/workflows | |
| parent | 765c83fc452a0e171f858cb519a02604d5a942ea (diff) | |
remove fetch depth setting since GitHub Actions does git correctly
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74e13efe..8c955125 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,8 +49,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - fetch-depth: 5 - name: Install Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9dd64f0c..fbe5d37f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - fetch-depth: 5 - name: Install Ruby uses: ruby/setup-ruby@v1 with: |
