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

create sync-codesandbox action

This commit is contained in:
Nebel 2020-03-25 22:23:34 +09:00
parent f8dd38b43c
commit 1fdc434881

10
.github/workflows/sync-codesandbox.yml vendored Normal file
View file

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