Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
import
yaml
20
21
def
add_summary(text):
22
""
"
23
add summary to github action.
24
""
"
25
os.system(f
'echo "{text}" >> $GITHUB_STEP_SUMMARY ;'
)
26
27
28
def
run_cmd(cmd, output_info=True):
Callers
1
bsp_buildings.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected