mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-11 20:47:05 +00:00
Fix core/github import
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user