A daemon that connects to a Forgejo instance and runs jobs for continuous integration. The installation and usage instructions are part of the Forgejo documentation https://forgejo.org/docs/next/admin/actions/
Find a file
Zettat123 f1c4dec079 Fix potential panic caused by nil Step (#48)
```yml
jobs:
  job1:
    steps:
      - run: echo HelloWorld
      - # empty step
```

If a job contains an empty step, `Job.Steps` will have a nil element and will cause panic when calling `Step.String()`.

See [the code of gitea](948a9ee5e8/models/actions/task.go (L300-L301))

Reviewed-on: https://gitea.com/gitea/act/pulls/48
Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-committed-by: Zettat123 <zettat123@gmail.com>
2023-04-21 14:45:38 +08:00
.gitea/workflows chore: update go-git dependency in go.mod (#30) 2023-03-26 21:27:19 +08:00
.github build(deps): bump megalinter/megalinter from 6.19.0 to 6.20.0 (#1665) 2023-03-06 03:30:59 +00:00
act Fix potential panic caused by nil Step (#48) 2023-04-21 14:45:38 +08:00
cmd Improve XDG Spec supporting (#1656) 2023-03-03 14:39:02 +00:00
main.go feat: add check for newer versions (#1562) 2023-01-15 10:30:41 +00:00