Skip to content

Commit ac75a07

Browse files
authored
Merge pull request #387 from puppetlabs/david22swan-patch-1
(maint) pr_test workflow fix
2 parents 12d0564 + 8d390da commit ac75a07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.fixtures.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
fixtures:
22
repositories:
3-
facts: 'git://github.com/puppetlabs/puppetlabs-facts.git'
4-
provision: 'git://github.com/puppetlabs/provision.git'
5-
puppet_agent: 'git://github.com/puppetlabs/puppetlabs-puppet_agent.git'
3+
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
4+
provision: 'https://github.com/puppetlabs/provision.git'
5+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
66
forge_modules:
77
chocolatey: "puppetlabs/chocolatey"
88
java: "puppetlabs/java"

.github/workflows/pr_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "PR Testing"
33
on: [pull_request]
44

55
env:
6-
HONEYCOMB_WRITEKEY: {{ secrets.HONEYCOMB_WRITEKEY }}
6+
HONEYCOMB_WRITEKEY: ${{ secrets.HONEYCOMB_WRITEKEY }}
77
HONEYCOMB_DATASET: litmus tests
88

99
jobs:

0 commit comments

Comments
 (0)