Skip to content

Commit be1bd23

Browse files
authored
Update README.md
1 parent cb49eed commit be1bd23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An action to remind users to add alt text to their issue descriptions and commen
77
Copy this workflow into any repo you want the accessibility-alt-text-bot to run in.
88

99
```
10-
name: Test Accessibility-alt-text-bot
10+
name: Accessibility-alt-text-bot
1111
on:
1212
issues:
1313
types: [opened, edited]
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
if: ${{ github.event.issue || github.event.pull_request }}
2424
steps:
25-
- name: Get private action 'github/accessibility-alt-text-bot'
25+
- name: Get action 'github/accessibility-alt-text-bot'
2626
uses: github/accessibility-alt-text-bot
2727
```
2828

0 commit comments

Comments
 (0)