Shorten description

This commit is contained in:
Thibault Derousseaux 2020-04-11 15:34:22 +02:00
parent 5ab5087310
commit fbd4e48b2e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: GitHub App token
author: Thibault Derousseaux <tibdex@gmail.com>
description: Used to impersonate a GitHub App in a GitHub Action when secrets.GITHUB_TOKEN's limitations are too restrictive and a personal access token is not suitable.
description: Run a GitHub Action as a GitHub App instead of using secrets.GITHUB_TOKEN or a personal access token.
inputs:
app_id:
description: ID of the GitHub App.

View File

@ -1,6 +1,6 @@
{
"name": "github-app-token",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"files": [
"action.yml",