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 0961630 commit 2cde34eCopy full SHA for 2cde34e
.github/workflows/ci.yml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
branches: [main]
6
workflow_dispatch:
7
+ inputs:
8
+ APT_SOURCES:
9
+ required: false
10
+ type: string
11
jobs:
12
Spec:
13
if: ${{ github.repository_owner == 'puppetlabs' }}
@@ -15,5 +19,5 @@ jobs:
15
19
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
16
20
with:
17
21
flags: "--provision-service"
18
- APT_SOURCE: "https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt"
22
+ APT_SOURCES: "https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt"
23
secrets: inherit
0 commit comments