sync-codesandbox/action.yml

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 }}"]