We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd6683 commit 50fe1deCopy full SHA for 50fe1de
.github/workflows/accessibility-alt-text-bot.yml
@@ -1,9 +1,9 @@
1
jobs:
2
accessibility_alt_text_bot:
3
- if: ${{ github.event.issue || github.event.pull_request }}
4
runs-on: ubuntu-latest
5
steps:
6
- - uses: github/[email protected]
+ - if: ${{ github.event.issue || github.event.pull_request }}
+ uses: github/[email protected]
7
8
name: Accessibility Alt Text Bot
9
0 commit comments