From 63bf369315c1e1cb99c3fe776ba42c7321158871 Mon Sep 17 00:00:00 2001 From: Giovanni Petrantoni Date: Mon, 21 Dec 2020 00:53:59 +0900 Subject: [PATCH] nbc bump - target unstable --- .github/workflows/nbc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nbc.yml b/.github/workflows/nbc.yml index 778ab21fa..7df067e61 100644 --- a/.github/workflows/nbc.yml +++ b/.github/workflows/nbc.yml @@ -15,16 +15,16 @@ jobs: with: app_id: ${{ secrets.BUMP_BOT_APP_ID }} private_key: ${{ secrets.BUMP_BOT_APP_PRIVATE_KEY }} - + - name: Clone NBC uses: actions/checkout@v2 with: repository: status-im/nimbus-eth2 - ref: devel + ref: unstable path: nbc submodules: true fetch-depth: 0 - + - name: Checkout this ref run: | cd nbc/vendor/nim-libp2p @@ -36,7 +36,7 @@ jobs: git config --global user.email "${{ github.actor }}@users.noreply.github.com" git config --global user.name = "${{ github.actor }}" git commit -a -m "auto-bump nim-libp2p" - + - name: Make PR uses: peter-evans/create-pull-request@v3.5.0 with: