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