MCPcopy Create free account
hub / github.com/dflook/terraform-github-actions / debug

Function debug

image/src/github_actions/debug.py:6–10  ·  view source on GitHub ↗

Add a message to the actions debug log.

(msg: str)

Source from the content-addressed store, hash-verified

4
5
6def debug(msg: str) -> None:
7 """Add a message to the actions debug log."""
8
9 for line in msg.splitlines():
10 sys.stderr.write(f'::debug::{line}\n')
11
12def warning(msg: str) -> None:
13 """Add a warning message to the workflow log."""

Callers 15

get_checksumsFunction · 0.90
download_archiveFunction · 0.90
api_requestMethod · 0.90
paged_getMethod · 0.90
__setitem__Method · 0.90
__getitem__Method · 0.90
find_prFunction · 0.90
get_checksumsFunction · 0.90
download_archiveFunction · 0.90
try_loadFunction · 0.90
is_loadableFunction · 0.90
loadFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected