mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-12-06 02:09:04 +00:00
Merge pull request #86 from TGTGamer/master
Docs: #85 Add small information about command line options
This commit is contained in:
commit
ee93725e66
@ -116,6 +116,13 @@ storing the token as a secret in your repository and then passing the new token
|
|||||||
GitHub currently prohibits Actions to push commits to forks, even when they created a PR and allow edits.
|
GitHub currently prohibits Actions to push commits to forks, even when they created a PR and allow edits.
|
||||||
See [issue #25](https://github.com/stefanzweifel/git-auto-commit-action/issues/25) for more information.
|
See [issue #25](https://github.com/stefanzweifel/git-auto-commit-action/issues/25) for more information.
|
||||||
|
|
||||||
|
### Signing Commits & Other Git Command Line Options
|
||||||
|
|
||||||
|
Using command lines options needs to be done manually for each workflow which you require the option enabled. So for example signing commits requires you to import the gpg signature each and every time. The following list of actions are worth checking out if you need to automate these tasks regulary
|
||||||
|
- [Import GPG Signature](https://github.com/crazy-max/ghaction-import-gpg) (Suggested by [TGTGamer](https://github.com/tgtgamer))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
Checkout [`action.yml`](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/action.yml) for a full list of supported inputs.
|
Checkout [`action.yml`](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/action.yml) for a full list of supported inputs.
|
||||||
|
Loading…
Reference in New Issue
Block a user