1
0
mirror of https://gitea.com/gitea/act synced 2025-06-11 08:25:35 +00:00
Files
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
..
2022-12-05 17:08:17 +08:00
2023-01-31 15:49:55 +08:00
2022-11-16 21:29:45 +00:00
2023-02-15 16:10:15 +08:00