Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Fixed

Contributed by @punkrokk

Changed
~~~~~~~

* The built-in ``st2.action.file_writen`` trigger has been renamed to ``st2.action.file_written``
to fix the typo (bug fix) #4992

Removed
~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion st2common/st2common/constants/triggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

ACTION_FILE_WRITTEN_TRIGGER = {
'name': 'st2.action.file_writen',
'name': 'st2.action.file_written',
'pack': SYSTEM_PACK_NAME,
'description': 'Trigger encapsulating action file being written on disk.',
'payload_schema': {
Expand Down