You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes in file .github/actions/run-minimal-acceptance-tests/action.yml:
* improved outputs a bit
* related work
Changes in file .github/workflows/CI-MATs.yml:
* minor changes to format
if [[ "${{ steps.mats_outcome.outcome }}" == "success" ]] ; then
194
-
printf "%s\n" " * :ballot_box_with_check: MATS succeeded with python version ${PYTHON_VERSION} for [${BUILD_SHA}](https://github.com/reactive-firewall/multicast/commit/${BUILD_SHA})" > "$MATS_STEP_SUMMARY"
195
-
printf "%s\n" " :ballot_box_with_check: MATS succeeded with python version ${PYTHON_VERSION}" >> "$GITHUB_STEP_SUMMARY"
218
+
printf "%s\n" " * :ballot_box_with_check: MATS succeeded with python version \`${PYTHON_VERSION}\` for [${BUILD_SHA}](https://github.com/reactive-firewall/multicast/commit/${BUILD_SHA})" > "$MATS_STEP_SUMMARY"
219
+
printf "%s\n" " :ballot_box_with_check: MATS succeeded with python version \`${PYTHON_VERSION}\`" >> "$GITHUB_STEP_SUMMARY"
196
220
else
197
-
printf "%s\n" " * :x: ~MATS succeeded with python version ${PYTHON_VERSION} for ${BUILD_SHA}~" > "$MATS_STEP_SUMMARY"
198
-
printf "%s\n" " :x: ~MATS succeeded with python version ${PYTHON_VERSION}~" >> "$GITHUB_STEP_SUMMARY"
221
+
printf "%s\n" " * :x: ~MATS succeeded with python version \`${PYTHON_VERSION}\` for \`${BUILD_SHA}\`~" > "$MATS_STEP_SUMMARY"
222
+
printf "%s\n" " :x: ~MATS succeeded with python version \`${PYTHON_VERSION}\`~" >> "$GITHUB_STEP_SUMMARY"
199
223
fi
200
224
if [[ "${{ steps.mats_build.outcome }}" == "success" ]] ; then
0 commit comments