Skip to content

Commit a417401

Browse files
authored
opened isn't a valid activity type for project_card (#19130)
1 parent 23c7175 commit a417401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/reference/events-that-trigger-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ For example, you can run a workflow when a project card has been `opened` or `de
480480
```yaml
481481
on:
482482
project_card:
483-
types: [opened, deleted]
483+
types: [created, deleted]
484484
```
485485

486486
#### `project_column`

0 commit comments

Comments
 (0)