sync-codesandbox/action.yml

17 lines
492 B
YAML
Raw Normal View History

2020-03-25 21:56:04 +09:00
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".
2020-03-25 22:38:01 +09:00
required: false
url:
description: The URL in the browser pane of CodeSandbox. Eg. "https://fe8lf.sse.codesandbox.io/"
required: false
2020-03-25 21:56:04 +09:00
runs:
using: docker
image: Dockerfile
args: ["--url", "${{ inputs.url }}", "${{ inputs.repo }}"]