Skip to content

Commit 589fd8d

Browse files
committed
GitHub Actions: workflow rebuild
1 parent 7f4a091 commit 589fd8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/multiperl-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
build-tarball:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Build archive
13-
uses: rjbs/dzil-build@v0
12+
- name: Build archive
13+
uses: rjbs/dzil-build@v0
1414

1515
multiperl-test:
1616
needs: build-tarball
@@ -25,5 +25,5 @@ jobs:
2525
image: perldocker/perl-tester:${{ matrix.perl-version }}
2626

2727
steps:
28-
- name: Test distribution
29-
uses: rjbs/test-perl-dist@v0
28+
- name: Test distribution
29+
uses: rjbs/test-perl-dist@v0

0 commit comments

Comments
 (0)