File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 15 */8 * * *'
66
7+ repository_dispatch :
8+ types : [build]
9+
710 workflow_dispatch :
811 inputs :
912 ruby_version :
2528 type : string
2629
2730env :
28- ruby_version : ${{ github.event.inputs.ruby_version || 'master' }}
29- ruby_commit_date_offset : ${{ github.event.inputs.ruby_commit_date_offset || '0' }}
30- ruby_sha : ${{ github.event.inputs.ruby_sha || '' }}
31+ ruby_version : ${{ github.event.inputs.ruby_version || github.event.client_payload.ruby_version || 'master' }}
32+ ruby_commit_date_offset : ${{ github.event.inputs.ruby_commit_date_offset || github.event.client_payload.ruby_commit_date_offset || '0' }}
33+ ruby_sha : ${{ github.event.inputs.ruby_sha || github.event.client_payload.ruby_sha || '' }}
3134 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3235
3336jobs :
You can’t perform that action at this time.
0 commit comments