diff --git a/.github/workflows/run-regtest-tests.yml b/.github/workflows/run-regtest-tests.yml index 3fc1f77..af666bb 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/multi-miner-fixes-jude' }} + core_commit=${{ github.event.inputs.core_commit || 'fix/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