gpg/action.yml
2020-05-03 20:46:05 +02:00

12 lines
310 B
YAML

# https://help.github.com/en/articles/metadata-syntax-for-github-actions
name: 'Import GPG'
description: 'GitHub Action to easily import your GPG key to sign commits and tags'
author: 'crazy-max'
branding:
color: 'green'
icon: 'key'
runs:
using: 'node12'
main: 'dist/index.js'
post: 'dist/index.js'