File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 - uses : actions/checkout@v6
4242 - name : Generate Matrix
4343 id : set-matrix
44- run : php .github/nightly_matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.head_ref || github.ref_name }}" '${{ toJSON(github.event.pull_request.labels) }}'
44+ run : php .github/nightly_matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}'
4545 PUSH :
4646 needs : GENERATE_MATRIX
4747 name : ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches)[0].ref }}
Original file line number Diff line number Diff line change 3131 nightly-
3232 - name : Generate Matrix
3333 id : set-matrix
34- run : php .github/nightly_matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.head_ref || github.ref_name }}"
34+ run : php .github/nightly_matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}"
3535 NIGHTLY :
3636 needs : GENERATE_MATRIX
3737 name : ${{ matrix.branch.ref }}
You can’t perform that action at this time.
0 commit comments