Skip to content

Commit

Permalink
check out fork so we push to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Apr 17, 2024
1 parent 1c4037e commit dc313f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
# note: check out fork because we will need it when we push below
repository: ${{ github.event.pull_request.head.repo.forks_url }}
- uses: actions/setup-node@v4
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit dc313f2

Please sign in to comment.