Skip to content

Commit bafb36f

Browse files
Fix github actions import (#3718)
1 parent 18265ae commit bafb36f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/report-references-to-old-versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { glob } from 'glob';
22
import fs from 'fs/promises';
33
import path from 'path';
4-
import github from '@actions/github';
4+
import * as github from '@actions/github';
55

66
// The GitHub repository information, to create issues if needed.
77
const REPO_OWNER = "MicrosoftDocs";

scripts/web-platform-release-notes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This script generates the web platform release notes draft for the next Microsoft Edge Beta version.
22
// This script runs daily.
33

4-
import github from '@actions/github';
4+
import * as github from '@actions/github';
55
import Eleventy from "@11ty/eleventy";
66
import fs from "fs/promises";
77
import playwright from "playwright";

0 commit comments

Comments
 (0)