File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This action installs 'cpm' as root so you can then use it in your workflow.
18
18
# cpanfile: 'your-cpanfile'
19
19
# default values you can customize
20
20
# sudo: true
21
- # version: master
21
+ # version: main
22
22
# where to install cpm
23
23
# path: "$Config{installsitescript}/cpm"
24
24
# which perl binary to use
@@ -116,7 +116,7 @@ this is now disabled to speedup installations.
116
116
117
117
# ## `version`
118
118
119
- Which version/tag of `cpm` to install. Default is 'master ' to use the latest version.
119
+ Which version/tag of `cpm` to install. Default is 'main ' to use the latest version.
120
120
121
121
# # Outputs
122
122
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ inputs:
49
49
version :
50
50
description : " Which version to install"
51
51
required : false
52
- default : " master "
52
+ default : " main "
53
53
54
54
runs :
55
55
using : " node12"
You can’t perform that action at this time.
0 commit comments