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.
2 parents fa169a7 + bdb8833 commit d8e8b86Copy full SHA for d8e8b86
README.md
@@ -41,15 +41,15 @@ jobs:
41
if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
42
steps:
43
- name: Get action 'github/accessibility-alt-text-bot'
44
- uses: github/accessibility-alt-text-bot
+ uses: github/accessibility-alt-text-bot@v1.2.0 # Set to latest
45
```
46
47
### Action stability
48
49
To ensure you stay on a stable version of this action consider locking the action to a specific version.
50
51
```yml
52
- uses: github/accessibility-alt-text-bot@v1.0.0
+ uses: github/accessibility-alt-text-bot@v1.2.0
53
54
55
Replace the ref value with any commit hash.
0 commit comments