1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-19 00:18:07 +00:00
http-echo/.github/workflows/sync-codesandbox.yml

9 lines
154 B
YAML
Raw Normal View History

2020-03-25 22:23:34 +09:00
name: sync-codesandbox
on:
push:
branches: [master]
jobs:
main:
runs-on: ubuntu-latest
2020-03-25 22:39:31 +09:00
steps: [{ uses: kou029w/sync-codesandbox@master }]