1
0
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:
Neo Hsu
2021-10-04 23:40:03 +08:00
committed by GitHub
parent 9bd5f99c48
commit a0cd0f5123
3 changed files with 7 additions and 2 deletions

View File

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