Skip to content

Commit 803ffb0

Browse files
docs(plugins/activity): fix ref/create and ref/delete display (lowlighter#872)
1 parent 6cbe47e commit 803ffb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/plugins/activity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
<li><code>push</code>: Push of commits</li>
133133
<li><code>issue</code>: Opening/Reopening/Closing of issues</li>
134134
<li><code>pr</code>: Opening/Closing of pull requests</li>
135-
<li>`ref/create: Creation of git tags or git branches</li>
136-
<li>`ref/delete: Deletion of git tags or git branches</li>
135+
<li><code>ref/create</code>: Creation of git tags or git branches</li>
136+
<li><code>ref/delete</code>: Deletion of git tags or git branches</li>
137137
<li><code>release</code>: Publication of new releases</li>
138138
<li><code>review</code>: Review of pull requests</li>
139139
<li><code>comment</code>: Comments on commits, issues and pull requests</li>

source/plugins/activity/metadata.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ inputs:
8282
- `push`: Push of commits
8383
- `issue`: Opening/Reopening/Closing of issues
8484
- `pr`: Opening/Closing of pull requests
85-
- `ref/create: Creation of git tags or git branches
86-
- `ref/delete: Deletion of git tags or git branches
85+
- `ref/create`: Creation of git tags or git branches
86+
- `ref/delete`: Deletion of git tags or git branches
8787
- `release`: Publication of new releases
8888
- `review`: Review of pull requests
8989
- `comment`: Comments on commits, issues and pull requests
@@ -110,4 +110,4 @@ inputs:
110110
- fork
111111
- star
112112
- member
113-
- public
113+
- public

0 commit comments

Comments
 (0)