Skip to content

update cpm default branch: master -> main #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This action installs 'cpm' as root so you can then use it in your workflow.
# cpanfile: 'your-cpanfile'
# default values you can customize
# sudo: true
# version: master
# version: main
# where to install cpm
# path: "$Config{installsitescript}/cpm"
# which perl binary to use
Expand Down Expand Up @@ -116,7 +116,7 @@ this is now disabled to speedup installations.

### `version`

Which version/tag of `cpm` to install. Default is 'master' to use the latest version.
Which version/tag of `cpm` to install. Default is 'main' to use the latest version.

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ inputs:
version:
description: "Which version to install"
required: false
default: "master"
default: "main"

runs:
using: "node12"
Expand Down