Github Actions: Run .sh without checking out whole project? – Ubuntu
Due to bandwidth limits, I'm trying to checkout a subfolder of my project to Github Actions and found this Action: https://github.com/marketplace/actions/checkout-files New (broken) Script: name: Create Build Target run-name: ${{ github.actor }} is creating ${{ github.ref_name }} on: create jobs:…