Fix core/github import

This commit is contained in:
Jonathan Clem
2022-01-31 15:40:59 -05:00
parent b4c121a252
commit 3a482bf2c7
4 changed files with 40 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
import core from '@actions/core'
import github from '@actions/github'
import * as core from '@actions/core'
import * as github from '@actions/github'
// TODO: Ensure this (and the Octokit client) works for non-github.com URLs, as well.
// https://github.com/orgs|users/<ownerName>/projects/<projectNumber>