Skip to content

Commit 2cde34e

Browse files
committed
changing variable name
1 parent 0961630 commit 2cde34e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches: [main]
66
workflow_dispatch:
7+
inputs:
8+
APT_SOURCES:
9+
required: false
10+
type: string
711
jobs:
812
Spec:
913
if: ${{ github.repository_owner == 'puppetlabs' }}
@@ -15,5 +19,5 @@ jobs:
1519
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
1620
with:
1721
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"
1923
secrets: inherit

0 commit comments

Comments
 (0)