Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed May 11, 2021
1 parent 7172d13 commit 31e42d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Field | Mandatory | Observation
**repo-name** | YES | Ex: `open-issue-action`
**issue-title** | YES | Can use the context or customize
**issue-body** | YES | Can use the context or customize
**issue-labels** | NO | Labels **need to exist** on the new repository. <br/> _Separated with coma ',' if more than one_
**issue-assignees** | NO | Assignees **need to have access** to the new repositor. <br/> _Separated with coma ',' if more than one_
**issue-labels** | NO | Labels **need to exist** on the new repository. <br/> _Separated with coma `,` if more than one_
**issue-assignees** | NO | Assignees **need to have access** to the new repositor. <br/> _Separated with coma `,` if more than one_

### Example

Expand All @@ -44,8 +44,8 @@ jobs:
repo-name: poc-github-actions
issue-title: Custom title for new ISSUE
issue-body: Custom message for new ISSUE
issue-labels: bug
issue-assignees: <username>
issue-labels: bug # Not mandatory
issue-assignees: <username> # Not mandatory

```

Expand Down

0 comments on commit 31e42d6

Please sign in to comment.