You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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 }}`|
17
17
|`project-number`| The project number from the project's URL. | Yes ||
18
18
|`closed`| Closed state of the project - set to `false` to reopen a closed project. | No |`true`|
19
+
|`fail-if-project-not-found`| Should the action fail if the project is not found | No |`true`|
|`token`| A GitHub access token - either a classic PAT or a GitHub app installation token. | Yes ||
16
16
|`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 }}`|
17
17
|`project-number`| The project number from the project's URL. | Yes ||
18
+
|`fail-if-project-not-found`| Should the action fail if the project is not found | No |`true`|
Copy file name to clipboardExpand all lines: find-project/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Find a GitHub project
11
11
|`token`| A GitHub access token - either a classic PAT or a GitHub app installation token. | Yes ||
12
12
|`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 }}`|
13
13
|`title`| The title of the project to find. | Yes ||
14
+
|`fail-if-project-not-found`| Should the action fail if the project is not found | No |`true`|
0 commit comments