File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 # https://github.com/jonpugh/github-runner/settings/secrets/actions/JONPUGH_GITHUB_TOKEN_ADMIN
1111 GITHUB_TOKEN : " ${{ secrets.JONPUGH_GITHUB_TOKEN_ADMIN }}"
1212 RUNNER_CONFIG_NAME : " jonpugh@github-runner.${{ github.run_id }}"
13-
13+
1414jobs :
1515 create :
1616 name : Create Runner
1717 # Testing github hosted.
1818 # runs-on: jonpugh/github-runner
1919 runs-on : ubuntu-latest
20+ env :
21+ # Set unique name for each item in the matrix.
22+ RUNNER_CONFIG_NAME : " jonpugh@github-runner.${{ github.run_id }}.${{ matrix.runner }}"
23+
24+ # Add consistent label for all runners.
25+ RUNNER_CONFIG_LABELS : " jonpugh@github-runner.${{ github.run_id }}"
26+
27+ strategy :
28+ matrix :
29+ runner : [1,2,3,4,5]
2030 steps :
2131 - uses : actions/checkout@v4
2232
4151 run :
4252 name : Run Tasks
4353 runs-on : " jonpugh@github-runner.${{ github.run_id }}"
54+ strategy :
55+ matrix :
56+ runner : [1,2,3,4,5]
4457 steps :
4558 - uses : actions/checkout@v4
4659
You can’t perform that action at this time.
0 commit comments