ulysses/.github
Kenny Van de Maele aab203cf51
fix(ci): correct malformed expression in docker-publish Inspect step (#3425)
The Inspect step had `${{ github.ref == ''refs/heads/main'' ... }}` with
doubled single quotes (YAML-scalar escaping) inside a `run: |` block, which
GitHub's expression parser rejects, failing the whole workflow at startup
(no jobs run). Replace with a plain shell conditional on $GITHUB_REF.
2026-06-08 12:06:00 +02:00
..
ISSUE_TEMPLATE fix(issue-template): validate bug reports against dev, not main (#3420) 2026-06-08 11:40:41 +02:00
scripts fix(ci): restore pull-requests:write for PR label/comment writes (#3367) 2026-06-08 00:26:30 +02:00
workflows fix(ci): correct malformed expression in docker-publish Inspect step (#3425) 2026-06-08 12:06:00 +02:00
pull_request_template.md docs: point PR checklist at dev (#2594) 2026-06-04 19:15:08 +02:00