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 808444c commit ba03c71Copy full SHA for ba03c71
.github/workflows/check.yml
@@ -7,7 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
name: Testing GitHub action
9
steps:
10
- - name: install-with-cpanm
11
- uses: perl-actions/install-with-cpanm@master
+ - uses: actions/checkout@v2
+ - name: uses install-with-cpanm
12
+ uses: ./
13
- name: which cpanm
14
run: which cpanm
0 commit comments