Run a Bash Script with Arguments in GitHub Actions
This is just a quick not on how to run a bash script with parameters in GitHub actions, and how to use the passed argument in the script. GitHub Action Here’s the jobs section of the GitHub action, but the last line is the interesting bit as this calls the script. The argument is simply […]