Skip to content

Commit a0ff9cb

Browse files
committed
Fix error with set_output in linux.yml
1 parent da75dfb commit a0ff9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
}
2828
# Don't want anything less then 5.8
2929
@versions = grep { ! /5\.6\.*/ } @versions;
30-
set_output(matrix => {perl => [@ersions]});
30+
set_output(matrix => {perl => [@versions]});
3131
outputs:
3232
matrix: ${{ steps.set-matrix.outputs.matrix }}
3333

0 commit comments

Comments
 (0)