Skip to content

Commit a499391

Browse files
committed
chore: work on fetch fix
1 parent 3a13701 commit a499391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getInput, setOutput, setFailed } from '@actions/core';
22
import { Octokit } from '@octokit/core';
3-
import { fetch } from 'node-fetch';
3+
import * as fetch from 'node-fetch';
44

55
async function run() {
66
try {

0 commit comments

Comments
 (0)