# 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'