mirror of
https://github.com/kou029w/sync-codesandbox.git
synced 2025-01-18 15:38:04 +00:00
16 lines
492 B
YAML
16 lines
492 B
YAML
name: "Sync CodeSandbox (unofficial)"
|
|
description: "Sync your GitHub repository changes to CodeSandbox"
|
|
branding:
|
|
color: gray-dark
|
|
icon: box
|
|
inputs:
|
|
repo:
|
|
description: GitHub owner and repository names in the form of "owner/repo".
|
|
required: false
|
|
url:
|
|
description: The URL in the browser pane of CodeSandbox. Eg. "https://fe8lf.sse.codesandbox.io/"
|
|
required: false
|
|
runs:
|
|
using: docker
|
|
image: Dockerfile
|
|
args: ["--url", "${{ inputs.url }}", "${{ inputs.repo }}"]
|