mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
12 lines
163 B
YAML
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
|