We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78321a commit d450da5Copy full SHA for d450da5
1 file changed
check-url/action.yml
@@ -24,7 +24,7 @@ runs:
24
25
echo "testing URL $1"
26
27
- wget -q -S --no-check-certificate "${INPUT_URL}"
+ wget -q -S --no-check-certificate --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "${INPUT_URL}"
28
29
if ! [ "$?" -ne 0 ];
30
then
0 commit comments