1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Markus Wolf 9e5ca4d0a6 fix: align github.ref to GitHub Action (#1362)
* 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
2022-09-26 22:49:19 +00:00
.github build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 (#1359) 2022-09-26 02:37:58 +00:00
act fix: align github.ref to GitHub Action (#1362) 2022-09-26 22:49:19 +00:00
cmd help output: use consistent terminology between -j & -l (#1326) 2022-08-31 18:41:56 +00:00
main.go feat: handle context cancelation during docker exec (#1170) 2022-05-24 14:52:25 +00:00