Skip to content

Commit 14c264a

Browse files
committed
change quote marks
1 parent 0bdbeff commit 14c264a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111
jobs:
1212
Spec:
1313
if: ${{ github.repository_owner == 'puppetlabs' }}
14-
uses: puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@v1
14+
uses: puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main
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@v1
19+
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
2020
with:
21-
flags: "--provision-service"
21+
flags: --provision-service
2222
APT_SOURCES: "https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt"
2323
secrets: inherit

0 commit comments

Comments
 (0)