diff --git a/.github/workflows/update-screeshots.yml b/.github/workflows/update-screeshots.yml new file mode 100644 index 0000000000..0161dafc65 --- /dev/null +++ b/.github/workflows/update-screeshots.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