Skip to content

Commit e6fca87

Browse files
authored
Merge pull request #32 from tj-actions/chore/remove-unused-code
Remove unused outputs
2 parents caa6acd + d1c54ff commit e6fca87

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

action.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@ inputs:
2424
yellow:
2525
description: 'At what percentage does the badge becomes yellow instead of red (default 30)'
2626
required: false
27-
output:
28-
description: 'Output markdown file to update (default: "README.md")'
29-
required: false
30-
default: 'README.md'
31-
username:
32-
description: 'Username of the github user (default: github.actor)'
33-
required: false
34-
default: 'github-actions[bot]'
35-
email:
36-
description: 'Username of the github user (default: github.actor)'
37-
required: false
38-
default: 'github-actions[bot]@users.noreply.github.com'
3927

4028
runs:
4129
using: 'composite'

0 commit comments

Comments
 (0)