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 739a891 commit d50ec55Copy full SHA for d50ec55
.github/workflows/test-accessibility-alt-text-bot.yml
@@ -14,10 +14,4 @@ jobs:
14
if: ${{ github.event.issue || github.event.pull_request && github.event.comment.user.login != 'accessibility-bot' }}
15
steps:
16
- name: Get private action 'github/accessibility-alt-text-bot'
17
- uses: actions/checkout@v2
18
- with:
19
- repository: github/accessibility-alt-text-bot
20
- token: ${{ secrets.GH_TOKEN }}
21
- path: ./.github/actions/github/accessibility-alt-text-bot
22
- - name: Check alt text
23
uses: ./.github/actions/github/accessibility-alt-text-bot
0 commit comments