set default repo and ref
Some checks failed
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 1m22s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 3s
Reload Act Runner Stack to clear cache for workflows / notify (push) Has been skipped

This commit is contained in:
Martin Dimitrov 2026-03-06 12:09:13 -08:00
parent 17744df2d7
commit 00486e359c
2 changed files with 8 additions and 4 deletions

View File

@ -4,11 +4,13 @@ on:
workflow_call:
inputs:
repository:
required: true
required: false
type: string
default: ${{ github.repository }}
ref:
required: true
required: false
type: string
default: ${{ github.ref }}
image_name:
required: true
type: string

View File

@ -4,11 +4,13 @@ on:
workflow_call:
inputs:
repository:
required: true
required: false
type: string
default: ${{ github.repository }}
ref:
required: true
required: false
type: string
default: ${{ github.ref }}
image_name:
required: true
type: string