mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
17 lines
491 B
Plaintext
17 lines
491 B
Plaintext
# Act Configuration for MetaBuilder
|
|
# GitHub Actions Local Workflow Runner Configuration
|
|
# https://github.com/nektos/act
|
|
|
|
# Use optimized Ubuntu image (faster downloads, sufficient tools)
|
|
# Alternative: catthehacker/ubuntu:act-20.04 (smaller, minimal tools)
|
|
-P ubuntu-latest=catthehacker/ubuntu:act-latest
|
|
|
|
# Verbose output for debugging
|
|
--verbose
|
|
|
|
# Use event path for custom payloads
|
|
# --event-path=.actrc.event
|
|
|
|
# Add capabilities for debugging if needed
|
|
# --container-cap-add SYS_PTRACE
|