Skip to content

Commit

Permalink
ci: Fix checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
helayoty committed Sep 13, 2023
1 parent 14b7642 commit 0f14f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Check out code into the Go module directory
- name: Check out the code in the Go module directory
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
submodules: true
fetch-depth: 0

- name: Run unit tests & Generate coverage
run: |
Expand Down

0 comments on commit 0f14f67

Please sign in to comment.