We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eef1cc commit 2208a5aCopy full SHA for 2208a5a
action.yml
@@ -379,7 +379,7 @@ runs:
379
if [ $exit_code -eq 0 ]; then
380
echo "Successfully reached $target"
381
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"
+ echo "::warning title=Target Connectivity Warning::Failed to establish direct connection to $target but was able to connect via DERP"
383
else
384
# Regular failure case
385
echo "Failed to reach $target"
0 commit comments