Skip to content

feed watchdog during radio events #10

feed watchdog during radio events

feed watchdog during radio events #10

Workflow file for this run

name: Jinja build
on: [workflow_dispatch, push]
jobs:
parse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: parse feature template
uses: rondefreitas/[email protected]
with:
template: src/config/feature_config.template.h.jinja
output_file: src/config/feature_config.template.h
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto-parse Jinja template
status_options: '--untracked-files=all'