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