diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-17 02:36:06 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-11-17 02:36:06 -0700 |
| commit | 8b85adb8f9c7015b3ca1b104097d7ca62e880c3c (patch) | |
| tree | 93a5d39762c6672b70dfbf38df7775a6843debf0 | |
| parent | 5d3a3f1863c064621fb966455d4c3028046df608 (diff) | |
GitHub Actions does git correctly so we don't need to set fetch depth
| -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 762c73ed..1b266a98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,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 b73f0c0b..f6790047 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: |
