Skip to content

Commit cb49eed

Browse files
authored
Update README.md
Update README
1 parent 746f0ef commit cb49eed

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
@@ -20,7 +20,7 @@ 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:
2525
- name: Get private action 'github/accessibility-alt-text-bot'
2626
uses: github/accessibility-alt-text-bot
@@ -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)