add output to workflow call
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 5s
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 5s
This commit is contained in:
parent
f02c70dc5c
commit
91e699db09
@ -15,6 +15,10 @@ on:
|
|||||||
secrets:
|
secrets:
|
||||||
token:
|
token:
|
||||||
required: true
|
required: true
|
||||||
|
outputs:
|
||||||
|
is_changed:
|
||||||
|
description: "'true' if the input files are changed otherwise 'false'"
|
||||||
|
value: ${{ jobs.diff.outputs.is_changed }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
diff:
|
diff:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user