gpg/action.yml
2020-05-03 22:08:18 +02:00

12 lines
312 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: 'yellow'
icon: 'lock'
runs:
using: 'node12'
main: 'dist/index.js'
post: 'dist/index.js'