Skip to content

Commit

Permalink
[patch] Make the example header actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
Makeshift committed Jan 5, 2023
1 parent 97500ce commit dfeb31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ inputs:
follow-symbolic-links:
description: 'Indicates whether to follow symbolic links (If you want to put your template in a weird place)'
default: 'true'

file-header:
description: 'Header to add to the generated file. {input-name} will be replaced with the value of the given input.'
default: |
# 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.
# Make changes to `${template-file}` and a PR will be automatically created.
runs:
using: 'node16'
Expand Down

0 comments on commit dfeb31c

Please sign in to comment.