web3.news-publisher/action.yml

21 lines
528 B
YAML
Raw Normal View History

2023-12-28 03:40:15 +00:00
name: 'web3.news Publisher'
description: 'An action that publishes your site to the web3.news aggregator'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.node }}
- ${{ inputs.seed }}
- ${{ inputs.folder }}
2023-12-28 03:40:15 +00:00
inputs:
node:
description: 'The S5 node to deploy to'
2023-12-28 03:40:15 +00:00
required: true
seed:
description: 'Your site BIP39 seed'
2023-12-28 03:40:15 +00:00
required: true
folder:
description: 'The folder to publish'
required: false
default: 'public'