fix(docs): lot of misspelling (#1180) [skip ci]
This commit is contained in:
@@ -141,7 +141,7 @@ All product and company names are trademarks™ or registered® trademarks of th
|
||||
<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>
|
||||
<li><code>wiki</code>: Edition of wiki pages</li>
|
||||
<li><code>wiki</code>: Changes of wiki pages</li>
|
||||
<li><code>fork</code>: Forking of repositories</li>
|
||||
<li><code>star</code>: Starring of repositories</li>
|
||||
<li><code>public</code>: Repositories made public</li>
|
||||
|
||||
@@ -73,7 +73,7 @@ export default async function({login, data, rest, q, account, imports}, {enabled
|
||||
const {forkee: {full_name: forked}} = payload
|
||||
return {type: "fork", actor, timestamp, repo, forked}
|
||||
}
|
||||
//Wiki editions
|
||||
//Wiki changes
|
||||
case "GollumEvent": {
|
||||
const {pages} = payload
|
||||
return {type: "wiki", actor, timestamp, repo, pages: pages.map(({title}) => title)}
|
||||
|
||||
@@ -94,7 +94,7 @@ inputs:
|
||||
- `release`: Publication of new releases
|
||||
- `review`: Review of pull requests
|
||||
- `comment`: Comments on commits, issues and pull requests
|
||||
- `wiki`: Edition of wiki pages
|
||||
- `wiki`: Changes of wiki pages
|
||||
- `fork`: Forking of repositories
|
||||
- `star`: Starring of repositories
|
||||
- `public`: Repositories made public
|
||||
|
||||
Reference in New Issue
Block a user