File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 outputs :
2525 matrix : ${{ steps.lang.outputs.result }}
2626 continue : ${{ steps.continue.outputs.result }}
27- runs-on : ${{ (inputs && inputs.runner && fromJson(inputs.runner)) || 'ubuntu-latest' }}
27+ runs-on : ${{ fromJson(inputs.runner || '[" ubuntu-latest"]') }}
2828 steps :
2929 - name : Checkout repository
3030 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 2727 permissions :
2828 contents : read
2929 pull-requests : read
30- runs-on : ${{ (inputs && inputs.runner && fromJson(inputs.runner)) || 'ubuntu-latest' }}
30+ runs-on : ${{ fromJson(inputs.runner || '[" ubuntu-latest"]') }}
3131 env :
3232 CLANG_FORMAT_VERSION : 20
3333 steps :
Original file line number Diff line number Diff line change 2020 if : ${{ github.repository != 'LizardByte/.github' }}
2121 permissions :
2222 contents : read
23+ pull-requests : read
You can’t perform that action at this time.
0 commit comments