File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1515 description : ' LLVM candidate branch to use. If empty, the current branch will be used.'
1616 required : false
1717 default : ' '
18+ compiler_llvm_reference_branch :
19+ description : ' LLVM reference branch to use. If empty, the default repository branch will be used.'
20+ required : false
21+ default : ' main'
1822 pull_request :
1923
2024permissions :
3539 solx_candidate_branch : ${{ inputs.solx_candidate_branch || 'main' }}
3640 solx_reference_branch : ${{ inputs.solx_reference_branch || 'main' }}
3741 compiler_llvm_candidate_branch : ${{ inputs.compiler_llvm_candidate_branch || github.head_ref }}
42+ compiler_llvm_reference_branch : ${{ inputs.compiler_llvm_reference_branch || github.base_ref || github.event.repository.default_branch }}
3843 compiler-llvm-repo : ${{ github.event.pull_request.head.repo.full_name || 'matter-labs/era-compiler-llvm' }} # required to properly test forks
You can’t perform that action at this time.
0 commit comments