Skip to content

Commit 0961630

Browse files
committed
changing variable name
1 parent 2358047 commit 0961630

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ jobs:
88
Spec:
99
if: ${{ github.repository_owner == 'puppetlabs' }}
1010
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"
1311
secrets: inherit
1412
Acceptance:
1513
if: ${{ github.repository_owner == 'puppetlabs' }}
1614
needs: Spec
1715
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
1816
with:
1917
flags: "--provision-service"
18+
APT_SOURCE: "https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt"
2019
secrets: inherit

0 commit comments

Comments
 (0)