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.
1 parent cb49eed commit be1bd23Copy full SHA for be1bd23
README.md
@@ -7,7 +7,7 @@ An action to remind users to add alt text to their issue descriptions and commen
7
Copy this workflow into any repo you want the accessibility-alt-text-bot to run in.
8
9
```
10
-name: Test Accessibility-alt-text-bot
+name: Accessibility-alt-text-bot
11
on:
12
issues:
13
types: [opened, edited]
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
if: ${{ github.event.issue || github.event.pull_request }}
24
steps:
25
- - name: Get private action 'github/accessibility-alt-text-bot'
+ - name: Get action 'github/accessibility-alt-text-bot'
26
uses: github/accessibility-alt-text-bot
27
28
0 commit comments