There was an error while loading. Please reload this page.
1 parent 1bf5ca6 commit 2300699Copy full SHA for 2300699
2 files changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v7
14
15
- - name: Set Node.js 20.x
+ - name: Set Node.js
16
uses: actions/setup-node@v7
17
with:
18
node-version-file: .nvmrc
plugins/trigger-algolia-scraper/index.js
@@ -55,6 +55,6 @@ export const onSuccess = async ({ utils }) => {
55
);
56
utils.status.show({
57
title: "Algolia scraper trigger failed",
58
- summary: `GitHub API responded with ${response.status} ${response.statusText}.`,
+ summary: `GitHub API responded with status ${response.status}. See build log for details.`,
59
});
60
};
0 commit comments