update repo defaults

This commit is contained in:
Ivan Schaller 2024-01-25 10:18:24 +01:00
parent c251991d22
commit 18bef56f0c
2 changed files with 4 additions and 2 deletions

View file

@ -4,9 +4,10 @@ on:
workflow_call: workflow_call:
inputs: inputs:
repository: repository:
required: true required: false
type: string type: string
description: "package repository" description: "package repository"
default: main
secrets: secrets:
username: username:

View file

@ -4,9 +4,10 @@ on:
workflow_call: workflow_call:
inputs: inputs:
repository: repository:
required: true required: false
type: string type: string
description: "package repository" description: "package repository"
default: main
release-body: release-body:
required: false required: false
type: string type: string