Skip to content

Commit

Permalink
test: full checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie-linz committed Nov 20, 2024
1 parent 725585d commit 5db109d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0

- shell: bash
run: |
set -eo pipefail
Expand Down

0 comments on commit 5db109d

Please sign in to comment.