From 8b04dd3110d3e36f436106dd351445ad92310da9 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 30 Sep 2022 20:35:30 +0000 Subject: [PATCH] chore(ci): add update screenshots stub --- .github/workflows/update-screenshots.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/update-screenshots.yml diff --git a/.github/workflows/update-screenshots.yml b/.github/workflows/update-screenshots.yml new file mode 100644 index 000000000..a44c47436 --- /dev/null +++ b/.github/workflows/update-screenshots.yml @@ -0,0 +1,11 @@ +name: 'Update Screenshot References' + +on: + workflow_dispatch: + +jobs: + stub: + steps: + - name: Stub + run: echo 'This is a stub' + shell: bash \ No newline at end of file