No description
- Nix 100%
| .forgejo | ||
| .gitignore | ||
| action.yml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
setup-git
Small action to set up git.
This action is based on actions/setup-home.
Inputs
| name | description | required | default |
|---|---|---|---|
gpg-privkey |
GPG private key to import in the OpenPGP keyboy | false |
"" |
gpg-key-id |
GPG key ID of the PGP key in gpg-privkey |
false |
"" |
git-user-name |
The name to use for Git commits | true |
forgejo-actions[bot] |
git-user-email |
The email to use for Git commits | true |
git@git.bitbunker.page |
nix-github-token |
Sets a GitHub token for Nix to avoid rate limiting. | false |
"" |
Runs
This action is a composite action.
Usage
- uses: actions/setup-git@v1
with:
gpg-privkey:
# GPG private key to import in the OpenPGP keyboy
#
# Required: false
# Default: ""
gpg-key-id:
# GPG key ID of the PGP key in `gpg-privkey`
#
# Required: false
# Default: ""
git-user-name:
# The name to use for Git commits
#
# Required: true
# Default: forgejo-actions[bot]
git-user-email:
# The email to use for Git commits
#
# Required: true
# Default: git@git.bitbunker.page
nix-github-token:
# Sets a GitHub token for Nix to avoid rate limiting.
#
# Required: false
# Default: ""