Replies: 1 comment
-
Possibly another symptom of this bug: #2047. However I am not sure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a shared workflow (eg, multi-step build process of a component) which I need to call from another shared workflow (eg. building multiple components). I concocted the following re-pro:
Inner shared workflow:
The calling shared workflow looks like this:
I invoke act like:
act -v -W .github/workflows/caller.yml -P runners=-self-hosted --input first-param="Value of the first parameter"
My expectation would be to see:
but instead I see:
The second-param doesn't get set by caller.yml
My question is, is this a bug, or am I misunderstanding how shared workflows use input parameters?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions