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