File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
Spec :
11
11
uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12
- with :
13
- runs_on : " ubuntu-24.04"
14
12
secrets : " inherit"
15
13
16
14
Acceptance :
17
15
needs : Spec
18
16
uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
19
- with :
20
- runs_on : " ubuntu-24.04"
21
17
secrets : " inherit"
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
Spec :
10
10
uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
11
- with :
12
- runs_on : " ubuntu-24.04"
13
11
secrets : " inherit"
14
12
15
13
Acceptance :
16
14
needs : Spec
17
15
uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
18
- with :
19
- runs_on : " ubuntu-24.04"
20
16
secrets : " inherit"
21
17
You can’t perform that action at this time.
0 commit comments