mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
* fix: align github.ref to GitHub Action The `github.ref` value should be `refs/heads/branch` in most cases. There are a few exceptions handled by the code. This change prefixes the default case with `refs/heads` and adds tests for this and the excpetional cases. * fix: correct existing assertions