nested-github-runners-action icon indicating copy to clipboard operation
nested-github-runners-action copied to clipboard

GitHub Action to run multiple self-hosted runners in a hosted GitHub Runner

Results 1 nested-github-runners-action issues
Sort by recently updated
recently updated
newest added

I have added this job to my workflow: ```yml create-nested-runners: runs-on: ubuntu-latest steps: - name: Run Multiple GitHub Runners in Runner uses: dougcalobrisi/[email protected] with: github-token: ${{ secrets.GITHUB_TOKEN }} runners: 3...