We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a6b6b commit 7e893cdCopy full SHA for 7e893cd
.github/workflows/ci.yml
@@ -8,12 +8,12 @@ on:
8
9
jobs:
10
Spec:
11
- uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
+ uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@ubuntu-22-test"
12
secrets: "inherit"
13
14
Acceptance:
15
needs: Spec
16
- uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
+ uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@ubuntu-22-test"
17
with:
18
flags: "--nightly"
19
0 commit comments