{% if src_disabled %}Disabled {% elif wfs %}{{ wfs | length }} workflow{{ 's' if wfs | length != 1 }}{% endif %} {% if src_cfg and src_cfg.type == 'git' and src_status and not src_disabled %} {% set repo_url_sub = src_cfg.url.replace('git@github.com:', 'https://github.com/').replace('git@gitlab.com:', 'https://gitlab.com/').removesuffix('.git') %} · {{ src_status.branch }}{% if src_status.last_commit %}@{{ src_status.last_commit[:7] }}{% endif %} {% if src_status.last_commit_date %} {% endif %} {% endif %}
{% if src_status and src_status.error %}{{ src_status.error }}
{% endif %} {% if src_status and src_status.warnings %} {% for warn in src_status.warnings %}⚠ {{ warn }}
{% endfor %} {% endif %}No workflow files found. Add JSON files to .hut/workflows/ and sync.
{{ project.backend }}
{{ project.description }}
{% endif %} {% set proj_workflows = project_workflows.get(project.name, []) %} {% if proj_workflows %}sflow.json
No sflow.json files found. Push a workflow to the repo and refresh.
{% endif %}Backend: {{ wf.backend }}
{% if wf.description %}{{ wf.description }}
{% endif %}Max concurrent: {{ wf.max_concurrent }}
No sources or workflows configured. Add sources or workflows to your scripthut.yaml.
Loading…