We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706e363 commit dba8913Copy full SHA for dba8913
1 file changed
action.yml
@@ -85,6 +85,12 @@ runs:
85
urls: ${{ inputs.urls }}
86
auth_context: ${{ inputs.auth_context || steps.auth.outputs.auth_context }}
87
include_screenshots: ${{ inputs.include_screenshots }}
88
+ - name: Save Screenshots to gh-cache
89
+ if: always()
90
+ uses: ./../../_actions/github/accessibility-scanner/current/.github/actions/gh-cache/save
91
+ with:
92
+ path: .screenshots
93
+ token: ${{ inputs.token }}
94
- name: File
95
id: file
96
uses: ./../../_actions/github/accessibility-scanner/current/.github/actions/file
0 commit comments