We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3430a2 commit 4618a36Copy full SHA for 4618a36
1 file changed
action.yml
@@ -85,12 +85,6 @@ 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