mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-19 00:18:01 +00:00
10 lines
213 B
YAML
10 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/ }
|