Skip to content

Latest commit

 

History

History

find-project

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

project-actions/find-project

Release

Find a GitHub project

Inputs

Name Description Required Default
token A GitHub access token - either a classic PAT or a GitHub app installation token. Yes
owner The owner of the project - either an organization or a user. If not provided, it defaults to the repository owner. No ${{ github.repository_owner }}
title The title of the project to find. Yes

Outputs

Name Description
id The global ID for the project.
closed The closed state of the project.
field-count The number of fields on the project.
item-count The number of items in the project.
number The project number of the project.
public The public visibility of the project.
readme The readme description of the project.
description The short description of the project.
title The title of the project.
url The URL of the project.

License

MIT