act/pkg
Markus Wolf 6744e68ee2
fix: correct ref and ref_name (#1672)
* fix: correct ref and ref_name

The ref in the GitHub context is always full qualified
(e.g. refs/heads/branch, refs/tags/v1).
The ref_name is the ref with the strippep prefix.
In case of pull_requests, this is the merge commit ref
(e.g. refs/pull/123/merge -> 123/merge).

* test: update test data
2023-03-09 20:03:13 +00:00
..
artifacts fix: tolerate workflow that needs a missing job (#1595) (#1619) 2023-02-16 16:41:59 +00:00
common chore: use new style octal (#1630) 2023-02-16 15:34:51 +00:00
container fix: crash if the id tool fails to run in the container (1660) 2023-03-08 14:41:25 +00:00
exprparser fix: return err in walk (#1667) 2023-03-08 15:13:11 +00:00
lookpath feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
model fix: correct ref and ref_name (#1672) 2023-03-09 20:03:13 +00:00
runner fix: correct ref and ref_name (#1672) 2023-03-09 20:03:13 +00:00
workflowpattern feat: workflowpattern package (#1618) 2023-02-23 18:21:08 +00:00