Skip to content

Commit 7666317

Browse files
authored
Merge branch 'main' into joyce/add_more_error_logging_to_Actions
2 parents 71774c8 + f2a4985 commit 7666317

3 files changed

Lines changed: 23 additions & 35 deletions

File tree

.github/actions/fix/package-lock.json

Lines changed: 21 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/fix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"type": "module",
1515
"dependencies": {
16-
"@actions/core": "^2.0.1",
16+
"@actions/core": "^3.0.0",
1717
"@octokit/core": "^7.0.6",
1818
"@octokit/plugin-throttling": "^11.0.3"
1919
},

.github/actions/fix/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type {Issue as IssueInput, Fixing} from './types.d.js'
22
import process from 'node:process'
3-
import core from '@actions/core'
3+
import * as core from '@actions/core'
44
import {Octokit} from '@octokit/core'
55
import {throttling} from '@octokit/plugin-throttling'
66
import {assignIssue} from './assignIssue.js'

0 commit comments

Comments
 (0)