Make installation of github actions runner repeatable on ubuntu
I want to automate the process of installing GitHub Actions runner on ubuntu machines on EC2 instances. The instructions on github are as follows: # Create a folder $ mkdir actions-runner && cd actions-runner # Download the latest runner package…