Skip to content

Commit fdb92c8

Browse files
committed
v0.0.7 - Pre-emptive fix of hard coded routing.
1 parent 36b888e commit fdb92c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ function sendStats({ executionTime, error }) {
5151
});
5252

5353
const options = {
54-
hostname: 'us-central1-gh-action-stats.cloudfunctions.net',
54+
hostname: 'actions.boringday.co',
5555
port: 443,
56-
path: '/newActionRun',
56+
path: '/api/newActionRun',
5757
method: 'POST',
5858
headers: {
5959
'Content-Type': 'application/json',

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gh-action-stats",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Library to get stats for github action runs",
55
"homepage": "https://actions.boringday.co/get-started",
66
"bugs": {

0 commit comments

Comments
 (0)