mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-11 12:37:16 +00:00
fix dist check
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import * as core from '@actions/core'
|
||||
import * as github from '@actions/github'
|
||||
|
||||
const urlParse =
|
||||
/\/(?<ownerType>orgs|users)\/(?<ownerName>[^/]+)\/projects\/(?<projectNumber>\d+)/
|
||||
const urlParse = /\/(?<ownerType>orgs|users)\/(?<ownerName>[^/]+)\/projects\/(?<projectNumber>\d+)/
|
||||
|
||||
interface ProjectNodeIDResponse {
|
||||
organization?: {
|
||||
|
||||
Reference in New Issue
Block a user