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.
1818# cpanfile: 'your-cpanfile'
1919# default values you can customize
2020# sudo: true
21- # version: master
21+ # version: main
2222# where to install cpm
2323# path: "$Config{installsitescript}/cpm"
2424# which perl binary to use
@@ -116,7 +116,7 @@ this is now disabled to speedup installations.
116116
117117# ## `version`
118118
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.
120120
121121# # Outputs
122122
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ inputs:
4949 version :
5050 description : " Which version to install"
5151 required : false
52- default : " master "
52+ default : " main "
5353
5454runs :
5555 using : " node12"
You can’t perform that action at this time.
0 commit comments