mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-19 00:18:01 +00:00
11 lines
213 B
YAML
11 lines
213 B
YAML
|
name: sync-codesandbox
|
||
|
on:
|
||
|
push:
|
||
|
branches: [master]
|
||
|
jobs:
|
||
|
main:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: kou029w/sync-codesandbox@master
|
||
|
with: { url: https://1uukr.sse.codesandbox.io/ }
|