gpg/action.yml

13 lines
310 B
YAML
Raw Normal View History

2020-05-03 14:46:05 -04:00
# 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'