Skip to content

Commit fe30882

Browse files
committed
update cpm default branch: master -> main
1 parent 8399ceb commit fe30882

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5454
runs:
5555
using: "node12"

0 commit comments

Comments
 (0)