Skip to content

Commit c1d37cf

Browse files
committed
Update Markdown to advertise perl-actions/perl-versions
1 parent 75e5082 commit c1d37cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if available.
2525

2626
## Usage
2727

28-
```
28+
```yaml
2929
jobs:
3030
perl-versions:
3131
runs-on: ubuntu-latest
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- name: Perl versions action step
3737
id: action
38-
uses: happy-barney/github-workflows/perl-versions@main
38+
uses: perl-actions/perl-versions@v1
3939
with:
4040
since-perl: "v5.20"
4141

@@ -66,10 +66,10 @@ String containing JSON array with list of Perl versions.
6666

6767
## Usage
6868

69-
```
69+
```yaml
7070
jobs:
7171
perl-versions:
72-
uses: perl-actions/perl-versions/.github/workflows/perl-versions.yml@main
72+
uses: perl-actions/perl-versions@v1
7373
with:
7474
since-perl: 5.10
7575

0 commit comments

Comments
 (0)