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

10 lines
207 B
YAML

name: sync-codesandbox
on:
push:
branches: [master]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: kou029w/sync-codesandbox@master
with: { repo: "${{ github.repository }}" }