#!/bin/bash # Script to test Gitea workflows locally with act # Maps custom runner labels to Docker images act -P php-ci=php-ci:latest \ -P docker-build=docker:latest \ -P ubuntu-latest=ubuntu:latest \ -P ubuntu-22.04=ubuntu:22.04 \ "$@"