Skip to content

Commit

Permalink
[no ci] (docs) feat: Added the ability to customise a header at the t…
Browse files Browse the repository at this point in the history
…op of the generated file
  • Loading branch information
Makeshift authored and github-actions[bot] committed Jan 5, 2023
1 parent b27a874 commit c11551b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
<!-- action-docs-inputs -->

<!-- action-docs-outputs -->
Expand Down

0 comments on commit c11551b

Please sign in to comment.