add output to workflow call
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 5s

This commit is contained in:
Martin Dimitrov 2025-10-15 19:23:04 -07:00
parent f02c70dc5c
commit 91e699db09

View File

@ -15,6 +15,10 @@ on:
secrets:
token:
required: true
outputs:
is_changed:
description: "'true' if the input files are changed otherwise 'false'"
value: ${{ jobs.diff.outputs.is_changed }}
jobs:
diff: