From df497660bcf7aa23005f22aa7daced15b5668e3a Mon Sep 17 00:00:00 2001 From: Giovanni Petrantoni <7008900+sinkingsugar@users.noreply.github.com> Date: Tue, 23 Mar 2021 16:46:24 +0900 Subject: [PATCH] fix nimbus ref for auto-bump stable's PR --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e815870..18f3e23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,6 +222,7 @@ jobs: uses: actions/checkout@v2 with: repository: status-im/nimbus-eth2 + ref: unstable path: nbc submodules: true fetch-depth: 0