Files
act/pkg/runner
Jason Song e1b1e81124 Revert "Pass 'sleep' as container command rather than entrypoint (#86)" (#107)
This reverts #86.

Some images use a custom entry point for specific usage, then `[entrypoint] [cmd]` like `helm /bin/sleep 1` will failed.

It causes https://gitea.com/gitea/helm-chart/actions/runs/755 since the image is `alpine/helm`.

```yaml
  check-and-test:
    runs-on: ubuntu-latest
    container: alpine/helm:3.14.3
```

Reviewed-on: https://gitea.com/gitea/act/pulls/107
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-04-10 06:53:28 +00:00
..
2024-04-01 14:23:16 +08:00
2024-03-25 16:58:11 +08:00
2024-04-01 14:23:16 +08:00
2024-03-25 16:58:11 +08:00
2024-03-25 16:58:11 +08:00
2024-03-25 16:58:11 +08:00
2023-08-02 11:52:14 +08:00
2023-11-12 17:52:08 +00:00