Automate Configuring Self-Hosted Runners install required packages sudo apt install jq curl -y create action runners from json chmod +x create.sh ./create.sh delete actions runners from json chmod +x remove.sh ./remove.sh