test: add stubbed update screenshot action (#24873)

This commit is contained in:
Liam DeBeasi
2022-03-03 14:24:09 -05:00
committed by GitHub
parent 479c1bac48
commit c7f7db915a

11
.github/workflows/update-screeshots.yml vendored Normal file
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