act/.github/actions/choco/action.yml

13 lines
276 B
YAML
Raw Normal View History

name: 'Chocolatey Packager'
description: 'Create the choco package and push it'
inputs:
version:
description: 'Version of package'
required: true
apiKey:
description: 'API Key for chocolately'
required: true
runs:
using: 'docker'
image: 'Dockerfile'