mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-19 00:18:07 +00:00
11 lines
207 B
YAML
11 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 }}" }
|