File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 79
79
MACOS_RELEASE_MATRIX : ${{ needs.macos-release-matrix.outputs.matrix }}
80
80
run : |
81
81
set -ex
82
- printf '%s\n' "$LINUX_NIGHTLY_MATRIX" > linux_nightly_matrix.json
83
- printf '%s\n' "$WINDOWS_NIGHTLY_MATRIX" > windows_nightly_matrix.json
82
+ # printf '%s\n' "$LINUX_NIGHTLY_MATRIX" > linux_nightly_matrix.json
83
+ # printf '%s\n' "$WINDOWS_NIGHTLY_MATRIX" > windows_nightly_matrix.json
84
84
printf '%s\n' "$MACOS_NIGHTLY_MATRIX" > macos_nightly_matrix.json
85
85
printf '%s\n' "$LINUX_RELEASE_MATRIX" > linux_release_matrix.json
86
86
printf '%s\n' "$WINDOWS_RELEASE_MATRIX" > windows_release_matrix.json
89
89
rm *_matrix.json
90
90
- uses : nashmaniac/create-issue-action@v1.1
91
91
if : ${{ failure() }} # only run when this job is failed.
92
- name : Create Issue Action
92
+ name : Create Issue if failed
93
93
with :
94
94
title : Updating quick start module failed
95
95
token : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments