Skip to content

Commit 7a324ef

Browse files
Update test-accessibility-alt-text-bot.yml (#3)
* Update test-accessibility-alt-text-bot.yml ### What I need to checkout this repo before finding the action * Update test-accessibility-alt-text-bot.yml * use action.yml main * remove extra step
1 parent d6c6047 commit 7a324ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-accessibility-alt-text-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: ${{ github.event.issue || github.event.pull_request && github.event.comment.user.login != 'accessibility-bot' }}
1515
steps:
16-
- name: Get private action 'github/accessibility-alt-text-bot'
17-
uses: ./.github/actions/github/accessibility-alt-text-bot
16+
- name: Check alt text
17+
uses: github/accessibility-alt-text-bot@main

0 commit comments

Comments
 (0)