Skip to content

Commit 0bdbeff

Browse files
committed
another fix attempt
1 parent 2cde34e commit 0bdbeff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on:
1111
jobs:
1212
Spec:
1313
if: ${{ github.repository_owner == 'puppetlabs' }}
14-
uses: puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main
14+
uses: puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@v1
1515
secrets: inherit
1616
Acceptance:
1717
if: ${{ github.repository_owner == 'puppetlabs' }}
1818
needs: Spec
19-
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
19+
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@v1
2020
with:
2121
flags: "--provision-service"
2222
APT_SOURCES: "https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt"

0 commit comments

Comments
 (0)