minecraft-pi-reborn/scripts/simulate-ci.sh

10 lines
111 B
Bash
Raw Normal View History

2023-11-24 17:09:21 +00:00
#!/bin/sh
set -e
2024-02-12 05:44:38 +00:00
# Change Directory
cd "$(dirname "$0")/../"
2023-11-24 17:09:21 +00:00
# Run
act push -W '.gitea/workflows/build.yml'