gha-utilities/Freeze first code blocks

GitHub Action to parse and convert first found code block in files to image via Freeze

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source_directoryDirectory passed to `find` for finding files Example: "./collections" yes
find_regexRegular Expression passed to `find` to limit found files Example: ".*.md" yes
find_regextypeRegular Expression type passed to `find` Available values are: "emacs", "posix-awk", "posix-basic", "posix-egrep", or "posix-extended" yesemacs
sed_argsExtra flags or arguments to send to `sed`, only used when `sed_expression` input is also defined Example: "-E" no
sed_expressionSearch/Replace expression to send to `sed` for mutating Input/Output path Example: "s@collections/_@assets/images/@" no
freeze_configFile path to freeze configuration Example: "./ci-cd/.config/freeze/user.json" no
clobberEnable clobbering preexisting files by setting to `1` no0
verboseEnable `printf` logging by setting non-zero integer value no0
namedescription
foundNew-line separated list of file paths found with `find` and provided inputs
wroteNew-line separated list of file paths written by `freeze` with provided inputs
failedNew-line separated list of file paths `freeze` failed to write