Files
ionic-framework/.github/workflows/update-screenshots.yml

12 lines
163 B
YAML

name: 'Update Screenshot References'
on:
workflow_dispatch:
jobs:
stub:
steps:
- name: Stub
run: echo 'This is a stub'
shell: bash