Skip to content

Commit 7ee9b6e

Browse files
committedApr 22, 2025·
changing how it references link yet again
1 parent d813ed6 commit 7ee9b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
2020
with:
2121
flags: --provision-service
22-
APT_SOURCES: ${{'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt' }}
22+
APT_SOURCES: ${{ github.event.inputs.APT_SOURCES || 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt' }}
2323
secrets: inherit

0 commit comments

Comments
 (0)
Please sign in to comment.