docs(plugins/activity): fix ref/create and ref/delete display (#872)

This commit is contained in:
RisingSunLight
2022-02-12 17:11:43 +01:00
committed by GitHub
parent 6cbe47ece6
commit 803ffb0656
2 changed files with 5 additions and 5 deletions

View File

@@ -132,8 +132,8 @@
<li><code>push</code>: Push of commits</li>
<li><code>issue</code>: Opening/Reopening/Closing of issues</li>
<li><code>pr</code>: Opening/Closing of pull requests</li>
<li>`ref/create: Creation of git tags or git branches</li>
<li>`ref/delete: Deletion of git tags or git branches</li>
<li><code>ref/create</code>: Creation of git tags or git branches</li>
<li><code>ref/delete</code>: Deletion of git tags or git branches</li>
<li><code>release</code>: Publication of new releases</li>
<li><code>review</code>: Review of pull requests</li>
<li><code>comment</code>: Comments on commits, issues and pull requests</li>

View File

@@ -82,8 +82,8 @@ inputs:
- `push`: Push of commits
- `issue`: Opening/Reopening/Closing of issues
- `pr`: Opening/Closing of pull requests
- `ref/create: Creation of git tags or git branches
- `ref/delete: Deletion of git tags or git branches
- `ref/create`: Creation of git tags or git branches
- `ref/delete`: Deletion of git tags or git branches
- `release`: Publication of new releases
- `review`: Review of pull requests
- `comment`: Comments on commits, issues and pull requests