mirror of
https://github.com/kou029w/sync-codesandbox.git
synced 2025-01-18 15:38:04 +00:00
13 lines
334 B
YAML
13 lines
334 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
|
|
runs:
|
|
using: docker
|
|
image: Dockerfile
|
|
args: ["${{ inputs.repo }}"]
|