Skip to content

Commit a9b0c50

Browse files
committed
Fix incorrect path
1 parent a4194b2 commit a9b0c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpan-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2929

3030
steps:
31-
- uses: ./.github/actions/cpan-test
31+
- uses: PerlToolsTeam/github_workflows/.github/actions/cpan-test
3232
with:
3333
perl_version: ${{ matrix.perl }}
3434
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)