act
act copied to clipboard
Run your GitHub Actions locally 🚀
### Bug report info ```plain text act version: 0.2.55 GOOS: darwin GOARCH: arm64 NumCPU: 12 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock $HOME/.docker/run/docker.sock Config files: /Users/jshbrntt/.actrc:...
### Bug report info ```plain text act version: 0.2.49 GOOS: linux GOARCH: amd64 NumCPU: 10 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock /var/run/podman/podman.sock Config files: Build...
### Bug report info ```plain text act version: 0.2.57 GOOS: darwin GOARCH: arm64 NumCPU: 10 Docker host: unix:///Users/khaled-abushqear/.docker/run/docker.sock Sockets found: /var/run/docker.sock $HOME/.docker/run/docker.sock Config files: /Users/khaled-abushqear/.actrc: -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:runner-latest -P ubuntu-22.04=ghcr.io/catthehacker/ubuntu:runner-22.04 -P...
_This is behind a feature flag and doesn't cause problems unless explicit opt in_ Using rootful container avoids the problem
The `RUNNER_TOOL_CACHE` environment variable points to the hard-coded `/opt/hostedtoolcache`, which is not user-accessible.
# How to test Usage: `./act --local-repository "https://github.com/test/test@v0=$PWD" -W test.yml -P self-hosted=-self-hosted -v` Now also possible `./act --local-repository "test/test@v0=$PWD" -W test.yml -P self-hosted=-self-hosted -v` ```yaml on: push jobs: _: runs-on:...
Currently `--action-offline-mode` is ignored with new-action-cache * Try fetch update of the action, otherwise use cached version
Depends on #2179 Attempt at moving all logic regarding the docker socket location to a single place, to prevent duplication and human error when needing to edit in multiple places.
### Act version 0.2.57 ### Feature description The [README.md documentation](https://github.com/nektos/act#github_token) recommends using `act -s GITHUB_TOKEN="$(gh auth token)"` for setting your github token during runs, but adding the argument to your...
### Bug report info ```plain text act version: 0.2.48 GOOS: darwin GOARCH: amd64 NumCPU: 16 Docker host: DOCKER_HOST environment variable is empty. Sockets found: $HOME/.docker/run/docker.sock Config files: .actrc: -P ubuntu-latest=catthehacker/ubuntu:act-latest...