Skip to content

Commit

Permalink
Merge pull request #314 from stakater/use-commit-hash
Browse files Browse the repository at this point in the history
Update pull_request.yml
  • Loading branch information
ahmedwaleedmalik committed Mar 16, 2021
2 parents 72deb87 + 9065fea commit 6c4a6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
ref: ${{github.event.pull_request.head.sha}}

- name: Set up Go
id: go
Expand Down

0 comments on commit 6c4a6a6

Please sign in to comment.