Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Feb 2, 2025
1 parent 6fbead8 commit 7c0dadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/Synergy/Test/EmptyPort.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Net::EmptyPort ();
use Sub::Exporter -setup => [ qw(empty_port) ];

sub empty_port () {
if ($ENV{GITHUB_ACTIONS}) {
if ($ENV{GITHUB_ACTION}) {
return 60606;
}

Expand Down

0 comments on commit 7c0dadc

Please sign in to comment.