Spaces:
Build error
Build error
File size: 382 Bytes
8c2d14b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Default flags for act runs in this repo.
# See https://github.com/nektos/act#configuration for all options.
# Use Ubuntu runner image for all jobs
--platform=ubuntu-latest=ghcr.io/catthehacker/ubuntu:runner-latest
# Reuse containers so subsequent runs are faster
--reuse
# Pull the image in the background if not present
--pull=true
# Quiet mode (less verbose output)
--quiet
|