Skip to content

Commit

Permalink
feat: package event (#53)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `registry_package` has been renamed to `package`
  • Loading branch information
github-actions[bot] authored and gr2m committed Dec 19, 2019
1 parent 835c9dc commit 95bd09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/event-types-and-payloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -4229,7 +4229,7 @@ <h3>
<tr>
<td><code>action</code></td>
<td><code>string</code></td>
<td>The action that was performed. Can be one of <code>added</code>, <code>deleted</code>, or <code>edited</code>.</td>
<td>The action that was performed. Can be one of <code>added</code>, <code>removed</code>, or <code>edited</code>.</td>
</tr>
<tr>
<td><code>changes</code></td>
Expand Down

0 comments on commit 95bd09d

Please sign in to comment.