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