Skip to content

Commit

Permalink
full_name instead of forks_url
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Apr 17, 2024
1 parent dc313f2 commit 872fd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
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 }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: actions/setup-node@v4
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 872fd4d

Please sign in to comment.