sync-codesandbox/action.yml

14 lines
334 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
2020-03-25 21:56:04 +09:00
runs:
using: docker
image: Dockerfile
args: ["${{ inputs.repo }}"]