mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-04 21:43:11 +00:00
fix: switch from secrets to inputs in set-git-config
This commit is contained in:
@@ -13,6 +13,7 @@ Sets Git configuration for actions.
|
||||
| `token` | <p>GitHub token.</p> | `false` | `${{ github.token }}` |
|
||||
| `username` | <p>GitHub username for commits.</p> | `false` | `github-actions` |
|
||||
| `email` | <p>GitHub email for commits.</p> | `false` | `github-actions@github.com` |
|
||||
| `is_fiximus` | <p>Whether to use the Fiximus bot.</p> | `false` | `false` |
|
||||
|
||||
### Outputs
|
||||
|
||||
@@ -21,6 +22,7 @@ Sets Git configuration for actions.
|
||||
| `token` | <p>GitHub token.</p> |
|
||||
| `username` | <p>GitHub username for commits.</p> |
|
||||
| `email` | <p>GitHub email for commits.</p> |
|
||||
| `is_fiximus` | <p>Whether to use the Fiximus bot.</p> |
|
||||
|
||||
### Runs
|
||||
|
||||
@@ -48,4 +50,10 @@ This action is a `composite` action.
|
||||
#
|
||||
# Required: false
|
||||
# Default: github-actions@github.com
|
||||
|
||||
is_fiximus:
|
||||
# Whether to use the Fiximus bot.
|
||||
#
|
||||
# Required: false
|
||||
# Default: false
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user