test(): add correct screenshot action file name (#24874)

This commit is contained in:
Liam DeBeasi
2022-03-03 14:51:09 -05:00
committed by GitHub
parent c7f7db915a
commit 9154ce3bdc

View File

@@ -0,0 +1,11 @@
name: 'Update Screenshot References'
on:
workflow_dispatch:
jobs:
stub:
steps:
- name: Stub
run: echo 'This is a stub'
shell: bash