Skip to content

Commit 9c8917e

Browse files
authored
Merge pull request #9 from github/kh-update-readme
Update README.md
2 parents 746f0ef + be1bd23 commit 9c8917e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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]
@@ -20,9 +20,9 @@ jobs:
2020
accessibility_alt_text_bot:
2121
name: Check alt text is set on issue or pull requests
2222
runs-on: ubuntu-latest
23-
if: ${{ github.event.issue || github.event.pull_request && github.event.comment.user.login != 'accessibility-bot' }}
23+
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

@@ -31,7 +31,7 @@ jobs:
3131
To ensure you stay on a stable version of this action consider locking the action to a specific version.
3232

3333
```
34-
uses: github/accessibility-alt-text-bot@4a94d0359143b44dab2e392616a02f88c30329df
34+
uses: github/accessibility-alt-text-bot@v1.0.0
3535
```
3636

3737
Replace the ref value with any commit hash.

0 commit comments

Comments
 (0)