mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 08:05:06 +00:00
create sync-codesandbox action
This commit is contained in:
parent
f8dd38b43c
commit
1fdc434881
1 changed files with 10 additions and 0 deletions
10
.github/workflows/sync-codesandbox.yml
vendored
Normal file
10
.github/workflows/sync-codesandbox.yml
vendored
Normal 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 }}" }
|
Loading…
Add table
Reference in a new issue