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