Skip to content

Commit 68477c4

Browse files
authored
Merge pull request #29 from Staffbase/COD-000-documentation
🔧 Add some info about options to the Readme
2 parents 430a704 + 0353f64 commit 68477c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ jobs:
4343
secrets:
4444
token: ${{ <your-token> }}
4545
```
46+
47+
| Property | Required | Type | Default |
48+
|---|---|---|---|
49+
| base | false | string | `main` |
50+
| branch | false | string | `dev` |
51+
| comments | false | boolean | `false` |
52+
| email | false | string | `[email protected]` |
53+
| label | false | string | `dev` |
54+
| user | false | string | `AutoDev Action` |
55+
4656
</details>
4757

4858
### Jira Ticket Tagging

0 commit comments

Comments
 (0)