From c11551b9e2f8e334c96ee4c4d754eceefd67ea6a Mon Sep 17 00:00:00 2001 From: Makeshift Date: Thu, 5 Jan 2023 15:16:26 +0000 Subject: [PATCH] [no ci] (docs) feat: Added the ability to customise a header at the top of the generated file --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1cf90f7..256d97b 100644 --- a/Readme.md +++ b/Readme.md @@ -123,7 +123,8 @@ Done. Now, whenever you push to the repository, or manually trigger the workflow | parameter | description | required | default | | --- | --- | --- | --- | | template-file | Location of the file to use as template | `false` | .github/dependabot.template.yml | -| follow-symbolic-links | Indicates whether to follow symbolic links | `false` | true | +| follow-symbolic-links | Indicates whether to follow symbolic links (If you want to put your template in a weird place) | `false` | true | +| file-header | Header to add to the generated file. {input-name} will be replaced with the value of the given input. | `false` | # This file was generated by the "Generate Dependabot Glob" action. Do not edit it directly. # Make changes to `{template-file}` and a PR will be automatically created. |