Skip to content

Commit 2208a5a

Browse files
mcoulombempminardi
andauthored
Update action.yml
Co-authored-by: Mario Minardi <[email protected]>
1 parent 3eef1cc commit 2208a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ runs:
379379
if [ $exit_code -eq 0 ]; then
380380
echo "Successfully reached $target"
381381
elif echo "$output" | grep -q "direct connection not established"; then
382-
echo "::warning title=Target Connectivity Warning::Failed to establish direct connection to $target, but connection may still work via DERP"
382+
echo "::warning title=Target Connectivity Warning::Failed to establish direct connection to $target but was able to connect via DERP"
383383
else
384384
# Regular failure case
385385
echo "Failed to reach $target"

0 commit comments

Comments
 (0)