🔧 Add user agent

This commit is contained in:
Simon Schneegans
2020-08-15 13:35:31 +02:00
parent 096cda2b1e
commit 4f16dd260f

View File

@@ -77,6 +77,7 @@ try {
headers: {
'Content-Type': 'application/json',
'Content-Length': data.length,
'User-Agent': 'Schneegans',
'Authorization': 'token ' + core.getInput('auth'),
}
},