Skip to content

Commit

Permalink
change yml to yaml for marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Sep 2, 2021
1 parent ead28de commit 8f8d834
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
35 changes: 35 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: 'Deploy to Skynet'
description: 'Deploy your static webapp to Skynet'
branding:
icon: 'cloud'
color: 'green'
inputs:
upload-dir:
description: 'Directory to upload'
required: true
github-token:
description: 'Github token used for including the skylink url in pull request'
required: true
registry-seed:
description: 'Seed that generates registry private key (optional, only if you want to update the registry entry with skylink)'
required: false
registry-datakey:
description: 'Registry datakey to use when updating the registry entry'
required: true
default: 'skylink.txt'
portal-url:
description: 'Skynet portal api url'
required: true
default: 'https://siasky.net'
outputs:
skylink:
description: 'Uploaded resource skylink'
skylink-url:
description: 'Uploaded resource skylink url'
resolver-skylink:
description: 'Resolver skylink pointing to uploaded resource'
resolver-skylink-url:
description: 'Resolver skylink url (as a subdomain)'
runs:
using: 'node12'
main: index.js
35 changes: 0 additions & 35 deletions action.yml

This file was deleted.

0 comments on commit 8f8d834

Please sign in to comment.