Skip to content

Commit d450da5

Browse files
authored
fix(check-url): fake user-agent (#316)
1 parent f78321a commit d450da5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check-url/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
2525
echo "testing URL $1"
2626
27-
wget -q -S --no-check-certificate "${INPUT_URL}"
27+
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}"
2828
2929
if ! [ "$?" -ne 0 ];
3030
then

0 commit comments

Comments
 (0)