mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 18:11:39 +02:00
feat: allow repo url to be set as argument to GitHub action (#380)
This commit is contained in:
@@ -76,6 +76,10 @@ inputs:
|
||||
description: 'configure github API URL. Default `https://api.github.com`'
|
||||
required: false
|
||||
default: ''
|
||||
repo-url:
|
||||
description: 'configure github repository URL. Default `process.env.GITHUB_REPOSITORY`'
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
||||
Reference in New Issue
Block a user