Skip to content

Commit dba8913

Browse files
committed
Updates action
1 parent 706e363 commit dba8913

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ runs:
8585
urls: ${{ inputs.urls }}
8686
auth_context: ${{ inputs.auth_context || steps.auth.outputs.auth_context }}
8787
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 }}
8894
- name: File
8995
id: file
9096
uses: ./../../_actions/github/accessibility-scanner/current/.github/actions/file

0 commit comments

Comments
 (0)