File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
fixtures :
2
2
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'
6
6
forge_modules :
7
7
chocolatey : " puppetlabs/chocolatey"
8
8
java : " puppetlabs/java"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "PR Testing"
3
3
on : [pull_request]
4
4
5
5
env :
6
- HONEYCOMB_WRITEKEY : {{ secrets.HONEYCOMB_WRITEKEY }}
6
+ HONEYCOMB_WRITEKEY : $ {{ secrets.HONEYCOMB_WRITEKEY }}
7
7
HONEYCOMB_DATASET : litmus tests
8
8
9
9
jobs :
You can’t perform that action at this time.
0 commit comments