From 154805c17fecf32e9bc732e90a688dca70ce9b44 Mon Sep 17 00:00:00 2001 From: janniks Date: Wed, 21 Aug 2024 16:54:31 +0200 Subject: [PATCH] fix: branch --- .github/workflows/run-regtest-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-regtest-tests.yml b/.github/workflows/run-regtest-tests.yml index af666bb..b856171 100644 --- a/.github/workflows/run-regtest-tests.yml +++ b/.github/workflows/run-regtest-tests.yml @@ -42,7 +42,7 @@ jobs: - name: Determine core commit SHA id: core-commit run: | - core_commit=${{ github.event.inputs.core_commit || 'fix/more-multi-miner-fixes-jude' }} + core_commit=${{ github.event.inputs.core_commit || 'feat/more-multi-miner-fixes-jude' }} if git ls-remote --exit-code --heads https://github.com/stacks-network/stacks-core.git $core_commit; then core_commit_sha=$(git ls-remote https://github.com/stacks-network/stacks-core.git $core_commit | awk '{print $1}') elif git ls-remote --exit-code --refs https://github.com/stacks-network/stacks-core.git $core_commit; then