File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/actions/test-reporter-upload Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ runs:
116
116
fi
117
117
printf "%s\n" "PYTHON_VERSION=${PYTHON_VERSION}" >> "$GITHUB_ENV"
118
118
if [[ -z $PYTHON_VERSION ]] ; then
119
- printf "::debug::%s\n" "Found Python version ${PYTHON_VERSION}"
120
- else
121
119
printf "::debug::%s\n" "Missing Python version"
120
+ else
121
+ printf "::debug::%s\n" "Found Python version ${PYTHON_VERSION}"
122
122
fi
123
123
- name : " Identify Operating System"
124
124
id : output_os
@@ -134,10 +134,10 @@ runs:
134
134
printf "os=%s\n" "${OS:-unknown}" >> "$GITHUB_OUTPUT"
135
135
fi
136
136
if [[ -z $OS ]] ; then
137
- printf "::debug::%s\n" "Identified ${OS}"
138
- else
139
137
printf "::error file=.github/actions/test-reporter-upload/action.yml::%s\n" "Invalid OS"
140
138
exit 1
139
+ else
140
+ printf "::debug::%s\n" "Identified ${OS}"
141
141
fi
142
142
printf "%s\n" "OS=${OS}" >> "$GITHUB_ENV"
143
143
- name : " Prepare Artifact Name"
You can’t perform that action at this time.
0 commit comments