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 e037ff7 commit c916606Copy full SHA for c916606
.github/workflows/ci.yml
@@ -8,14 +8,14 @@ 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@object_test"
12
with:
13
runs_on: "ubuntu-24.04"
14
secrets: "inherit"
15
16
Acceptance:
17
needs: Spec
18
- uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
+ uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@object_test"
19
20
flags: '--latest-agent'
21
0 commit comments