1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 15:11:36 +02:00

feat(release-please): now supports large files; introduces fork option (#67)

This commit is contained in:
Benjamin E. Coe
2020-09-17 12:06:02 -07:00
committed by GitHub
parent c50871331b
commit e7d31db926
6 changed files with 182 additions and 119 deletions

View File

@@ -5,6 +5,9 @@ inputs:
token:
description: 'GitHub token for creating and grooming release PRs, e.g., secrets.GITHUB_TOKEN'
required: true
fork:
description: 'should the PR be proposed from a fork (does not work with secrets.GITHUB_TOKEN)'
required: false
package-name:
description: 'name of the distributions releases are being created for, e.g., "name" in package.json, or "setup.py"'
required: true