We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caa6acd + d1c54ff commit e6fca87Copy full SHA for e6fca87
action.yml
@@ -24,18 +24,6 @@ inputs:
24
yellow:
25
description: 'At what percentage does the badge becomes yellow instead of red (default 30)'
26
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
34
- default: 'github-actions[bot]'
35
- email:
36
37
38
- default: 'github-actions[bot]@users.noreply.github.com'
39
40
runs:
41
using: 'composite'
0 commit comments