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
Copy file name to clipboardexpand all lines: delete-item/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Can not delete archived items due to a bug in the GitHub GraphQL API, see <https
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
18
|`item`| The item to delete - may be the global ID for the item, the content ID, or the content URL. | No |`${{ github.event.pull_request.html_url \|\| github.event.issue.html_url }}`|
19
+
|`fail-if-item-not-found`| Should the action fail if the item is not found on the project | No |`true`|
Copy file name to clipboardexpand all lines: get-item/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Can not get archived items due to a bug in the GitHub GraphQL API, see <https://
17
17
|`project-number`| The project number from the project's URL. | Yes ||
18
18
|`item`| The item to get - may be the global ID for the item, the content ID, or the content URL. | No |`${{ github.event.pull_request.html_url \|\| github.event.issue.html_url }}`|
19
19
|`field`| Project field to get on the item. | No ||
20
+
|`fail-if-item-not-found`| Should the action fail if the item is not found on the project | No |`true`|
0 commit comments