MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / add_summary

Function add_summary

tools/ci/bsp_buildings.py:21–25  ·  view source on GitHub ↗

add summary to github action.

(text)

Source from the content-addressed store, hash-verified

19import yaml
20
21def add_summary(text):
22 """
23 add summary to github action.
24 """
25 os.system(f'echo "{text}" >> $GITHUB_STEP_SUMMARY ;')
26
27
28def run_cmd(cmd, output_info=True):

Callers 1

bsp_buildings.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected