Skip to content

Commit c7fc9d4

Browse files
authored
Merge pull request #2940 from OffchainLabs/fix-pin-check
Update the pin check to expect the v2-main branch of nitro-contracts
2 parents 8775f4b + 4adfcc0 commit c7fc9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submodule-pin-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
status_state="pending"
2727
declare -Ar exceptions=(
28-
[contracts]=origin/pre-bold
28+
[contracts]=origin/v2-main
2929
[nitro-testnode]=origin/master
3030
3131
#TODO Rachel to check these are the intended branches.

0 commit comments

Comments
 (0)