@@ -40,15 +40,15 @@ fine-grained token with the following permissions:
4040
4141## 📦 Inputs
4242
43- | Name | Description | Required | Default |
44- | ------------------------------------| ------------------------------------------------------------------------| ----------| ---------|
45- | ` token ` | GitHub Personal Access Token (Fine-Grained with: Organization custom properties ` Read ` , Repository contents ` Read and Write ` scope) | ✅ Yes | — |
46- | ` overwrite-existing-file ` | Boolean for choosing to overwrite ` repo-properties.json ` , if it exists | 🟥 No | ` false ` |
47- | ` dry-run-enabled ` | Flag to dry-run the script, will not commit in repo. | 🟥 No | ` false ` |
48- | ` commit-author-name ` | Author Name on the commit that will be created | ✅ Yes | - |
49- | ` commit-author-email ` | Author Email on the commit that will be created | ✅ Yes | - |
50- | ` commit-author-gpg-key-contents ` | GPG Key for the commit that will be created (must match the ` email ` ) | ✅ Yes | - |
51- | ` commit-author-gpg-key-passphrase ` | GPG Key Passphrase for the key to sign the commit that will be created | ✅ Yes | - |
43+ | Name | Description | Required | Default |
44+ | ------------------------------------| ------------------------------------------------------------------------------------------------------------------------------------- | ----------| ---------|
45+ | ` token ` | GitHub Personal Access Token (Fine-Grained with: Organization custom properties ` Read ` , Repository contents ` Read and Write ` scope) | ✅ Yes | — |
46+ | ` overwrite-existing-file ` | Boolean for choosing to overwrite ` repo-properties.json ` , if it exists | 🟥 No | ` false ` |
47+ | ` dry-run-enabled ` | Flag to dry-run the script, will not commit in repo. | 🟥 No | ` false ` |
48+ | ` commit-author-name ` | Author Name on the commit that will be created | ✅ Yes | - |
49+ | ` commit-author-email ` | Author Email on the commit that will be created | ✅ Yes | - |
50+ | ` commit-author-gpg-key-contents ` | GPG Key for the commit that will be created (must match the ` email ` ) | ✅ Yes | - |
51+ | ` commit-author-gpg-key-passphrase ` | GPG Key Passphrase for the key to sign the commit that will be created | ✅ Yes | - |
5252
5353---
5454
0 commit comments