mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-06 05:35:51 -05:00
13 lines
310 B
YAML
13 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'
|