forgejo-runner-act/pkg
Robert Stupp ea7503bc25
Prefer go-git to find the reference name (#633)
Walking the directory tree underneath `.git/refs` is not reliable, as it usually does not
return tags, especially for freshly cloned repos and/or tags fetched from a remote.

The go-git library provides an iterator over all git references.

This approach prefers a reference (tag, branch) from go-git, if found. If none is found,
it falls back to the previous implementation.
2021-05-03 07:32:00 -07:00
..
common Prefer go-git to find the reference name (#633) 2021-05-03 07:32:00 -07:00
container fix: reworked container architecture (#619) 2021-05-02 08:15:13 -07:00
model Add support for composite actions (#514) 2021-04-02 13:40:44 -07:00
runner fix: reworked container architecture (#619) 2021-05-02 08:15:13 -07:00