diff --git a/index.js b/index.js index 7b4384a..ec85d06 100644 --- a/index.js +++ b/index.js @@ -77,6 +77,7 @@ try { headers: { 'Content-Type': 'application/json', 'Content-Length': data.length, + 'User-Agent': 'Schneegans', 'Authorization': 'token ' + core.getInput('auth'), } },