Skip to content

Commit

Permalink
fix checkout action in pull_request_target (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter authored Apr 17, 2024
1 parent 46d1d3d commit c9e5314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: bufbuild/buf-setup-action@v1
# Run all Lint runs
- uses: bufbuild/buf-lint-action@v1
Expand Down

0 comments on commit c9e5314

Please sign in to comment.