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 14ee288 commit d7d702cCopy full SHA for d7d702c
.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@ITHELP-123499"
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@ITHELP-123499"
19
20
21
0 commit comments