Skip to content

Commit

Permalink
fix: checkout action pulling the wrong commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasHpandya committed Jun 19, 2024
1 parent a9bbdf5 commit 81146f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install tools
run: |
Expand Down

0 comments on commit 81146f3

Please sign in to comment.