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 d813ed6 commit 7ee9b6eCopy full SHA for 7ee9b6e
.github/workflows/ci.yml
@@ -19,5 +19,5 @@
19
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
20
with:
21
flags: --provision-service
22
- APT_SOURCES: ${{'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt' }}
+ APT_SOURCES: ${{ github.event.inputs.APT_SOURCES || 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt' }}
23
secrets: inherit
0 commit comments