We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e19398 commit cc35483Copy full SHA for cc35483
action.yml
@@ -1,11 +1,6 @@
1
name: 'a11y friendly badges for GitHub'
2
author: 'Leon Stafford'
3
description: 'A GitHub Action that uses information from your build to generate accessible project statistics.'
4
-inputs:
5
- update_commands:
6
- description: 'The command used to update your README or other file'
7
- required: true
8
- default: 'echo "You have not supplied any update_commands"'
9
runs:
10
using: 'docker'
11
image: 'Dockerfile'
0 commit comments