Skip to content

Commit 4618a36

Browse files
committed
Removes duplicate save workflow
1 parent b3430a2 commit 4618a36

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ 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 }}
9488
- name: File
9589
id: file
9690
uses: ./../../_actions/github/accessibility-scanner/current/.github/actions/file

0 commit comments

Comments
 (0)