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 2cde34e commit 0bdbeffCopy full SHA for 0bdbeff
.github/workflows/ci.yml
@@ -11,12 +11,12 @@ on:
11
jobs:
12
Spec:
13
if: ${{ github.repository_owner == 'puppetlabs' }}
14
- uses: puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main
+ uses: puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@v1
15
secrets: inherit
16
Acceptance:
17
18
needs: Spec
19
- uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
+ uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@v1
20
with:
21
flags: "--provision-service"
22
APT_SOURCES: "https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt"
0 commit comments