act/pkg
Jason Song dca7801682 Support uses http(s)://host/owner/repo as actions (#14)
Examples:

```yaml
jobs:
  my_first_job:
    steps:
      - name: My first step
        uses: https://gitea.com/actions/heroku@main
      - name: My second step
        uses: http://example.com/actions/heroku@v2.0.1
```

Reviewed-on: https://gitea.com/gitea/act/pulls/14
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-committed-by: Jason Song <i@wolfogre.com>
2023-02-15 16:28:33 +08:00
..
artifacts lint: add ReadHeaderTimeout (#1277) 2022-07-25 12:12:48 +00:00
common feat: add logger hook for standalone job logger 2022-11-22 14:00:13 +08:00
container Merge tag 'nektos/v0.2.34' 2022-12-05 17:08:17 +08:00
exprparser fix: handle subdirectors and exclusions (#1012) (#1446) 2022-11-21 14:47:38 +00:00
jobparser parse raw on (#11) 2023-01-31 15:49:55 +08:00
lookpath feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
model Support go run on action (#12) 2023-02-15 16:10:15 +08:00
runner Support uses http(s)://host/owner/repo as actions (#14) 2023-02-15 16:28:33 +08:00