File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v1
23
23
- name : Litmus Parallel
24
- uses : puppetlabs/action-litmus_parallel@master
24
+ uses : puppetlabs/action-litmus_parallel@main
25
25
with :
26
26
platform : ${{ matrix.platform }}
27
27
agent_family : ${{ matrix.agent_family }}
40
40
steps :
41
41
- uses : actions/checkout@v1
42
42
- name : Litmus Parallel
43
- uses : puppetlabs/action-litmus_parallel@master
43
+ uses : puppetlabs/action-litmus_parallel@main
44
44
with :
45
45
platform : ${{ matrix.platform }}
46
46
agent_family : ${{ matrix.agent_family }}
59
59
steps :
60
60
- uses : actions/checkout@v1
61
61
- name : Spec Tests
62
- uses : puppetlabs/action-litmus_spec@master
62
+ uses : puppetlabs/action-litmus_spec@main
63
63
with :
64
64
puppet_gem_version : ${{ matrix.puppet_gem_version }}
65
65
check : ${{ matrix.check }}
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v1
22
22
- name : Litmus Parallel
23
- uses : puppetlabs/action-litmus_parallel@master
23
+ uses : puppetlabs/action-litmus_parallel@main
24
24
with :
25
25
platform : ${{ matrix.platform }}
26
26
agent_family : ${{ matrix.agent_family }}
39
39
steps :
40
40
- uses : actions/checkout@v1
41
41
- name : Litmus Parallel
42
- uses : puppetlabs/action-litmus_parallel@master
42
+ uses : puppetlabs/action-litmus_parallel@main
43
43
with :
44
44
platform : ${{ matrix.platform }}
45
45
agent_family : ${{ matrix.agent_family }}
58
58
steps :
59
59
- uses : actions/checkout@v1
60
60
- name : Spec Tests
61
- uses : puppetlabs/action-litmus_spec@master
61
+ uses : puppetlabs/action-litmus_spec@main
62
62
with :
63
63
puppet_gem_version : ${{ matrix.puppet_gem_version }}
64
64
check : ${{ matrix.check }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ process as easy as possible.
108
108
109
109
To submit your changes via a GitHub pull request, we _ highly_
110
110
recommend that you have them on a topic branch, instead of
111
- directly on "master ".
111
+ directly on "main ".
112
112
It makes things much easier to keep track of, especially if
113
113
you decide to work on another thing before your first change
114
114
is merged in.
Original file line number Diff line number Diff line change 1
1
# java_ks
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/puppetlabs/puppetlabs-java_ks.png?branch=master )] ( https://travis-ci.org/puppetlabs/puppetlabs-java_ks )
3
+ [ ![ Build Status] ( https://travis-ci.org/puppetlabs/puppetlabs-java_ks.png?branch=main )] ( https://travis-ci.org/puppetlabs/puppetlabs-java_ks )
4
4
5
5
#### Table of Contents
6
6
@@ -88,7 +88,7 @@ broker.ks keystore with the alias of broker.example.com.
88
88
89
89
# # Reference
90
90
91
- For information on the classes and types, see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-java_ks/blob/master /REFERENCE.md).
91
+ For information on the classes and types, see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-java_ks/blob/main /REFERENCE.md).
92
92
93
93
# # Limitations
94
94
@@ -98,7 +98,7 @@ Java 7 is supported as of 1.0.0.
98
98
99
99
Developed against IBM Java 6 on AIX. Other versions may be unsupported.
100
100
101
- For an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-java_ks/blob/master /metadata.json)
101
+ For an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-java_ks/blob/main /metadata.json)
102
102
103
103
# # Development
104
104
Original file line number Diff line number Diff line change 103
103
}
104
104
],
105
105
"description" : " Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore." ,
106
- "template-url" : " https://github.com/puppetlabs/pdk-templates#master " ,
107
- "template-ref" : " heads/master -0-gd610ead" ,
106
+ "template-url" : " https://github.com/puppetlabs/pdk-templates#main " ,
107
+ "template-ref" : " heads/main -0-gd610ead" ,
108
108
"pdk-version" : " 1.18.1"
109
109
}
You can’t perform that action at this time.
0 commit comments