Skip to content

Commit 600c04b

Browse files
optic-release-automation[bot]williamlines
andauthored
Release v1.4.25 (#396)
Co-authored-by: williamlines <[email protected]>
1 parent 8e021f6 commit 600c04b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ class OidcClient {
554554
.catch(error => {
555555
throw new Error(`Failed to get ID Token. \n
556556
Error Code : ${error.statusCode}\n
557-
Error Message: ${error.result.message}`);
557+
Error Message: ${error.message}`);
558558
});
559559
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
560560
if (!id_token) {

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "github-action-check-linked-issues",
3-
"version": "1.4.24",
3+
"version": "1.4.25",
44
"description": "GitHub action to check if pull requests have their corresponding issues.",
55
"author": {
66
"name": "NearForm",

0 commit comments

Comments
 (0)