We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e5082 commit c1d37cfCopy full SHA for c1d37cf
README.md
@@ -25,7 +25,7 @@ if available.
25
26
## Usage
27
28
-```
+```yaml
29
jobs:
30
perl-versions:
31
runs-on: ubuntu-latest
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- name: Perl versions action step
37
id: action
38
- uses: happy-barney/github-workflows/perl-versions@main
+ uses: perl-actions/perl-versions@v1
39
with:
40
since-perl: "v5.20"
41
@@ -66,10 +66,10 @@ String containing JSON array with list of Perl versions.
66
67
68
69
70
71
72
- uses: perl-actions/perl-versions/.github/workflows/perl-versions.yml@main
73
74
since-perl: 5.10
75
0 commit comments