Skip to content

Commit

Permalink
forkdiff: fix ref inside github action
Browse files Browse the repository at this point in the history
The checkout action fetches with `+refs/heads/*:refs/remotes/origin/*`,
therefore we need to adapt the ref.
  • Loading branch information
karlb committed Nov 26, 2024
1 parent 5b3c581 commit d6ab2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ footer: |
base:
name: op-geth
url: https://github.com/celo-org/op-geth
ref: refs/heads/celo10-upstream
ref: refs/remotes/origin/celo10-upstream
fork:
name: Celo
url: https://github.com/celo-org/op-geth
Expand Down

0 comments on commit d6ab2a8

Please sign in to comment.