Build PR #211 #406
build.yml
on: pull_request
Matrix: ${{ format('build{0}', github.event_name == 'workflow_dispatch'
&& format(
' ({0} from {1}@{2}, os {3}@{4}, smartcard {5})',
github.event.inputs.target || 'pi0',
github.event.inputs['app-repo'] || github.repository,
github.event.inputs['source-ref'],
github.event.inputs['os-repo'] || '3rdIteration/seedsigner-os',
github.event.inputs['os-ref'],
(fromJSON(github.event.inputs.smartcard || 'true') && 'enabled') || 'disabled'
)
|| '') }}
calculate sha256sum
0s