mirror of
https://github.com/digarok/install-cadius-action.git
synced 2024-09-06 19:54:33 +00:00
14 lines
356 B
YAML
14 lines
356 B
YAML
name: 'install-cadius-action'
|
|
description: 'Github Action to set up Cadius for ProDOS disk image manipulation'
|
|
author: 'Dagen Brock'
|
|
inputs:
|
|
include_prodos:
|
|
description: 'Download Prodos 2.4.2 files to allow you to create a bootable disk.'
|
|
default: 'true'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|
|
branding:
|
|
icon: 'save'
|
|
color: 'blue'
|