You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am passing through inputs as shown in the example and I'm getting parsing errors in my workflow that it's triggering. I've tried wrapping the inputs with a single and double quote, neither work.
Update: I believe what is going on here is the workflow which is being triggered MUST specify any inputs that are being passed in. If the inputs are specified then the workflow will fail as the input is unexpected.
I updated the workflow which is being triggered with the following
on:
workflow_dispatch:
inputs:
ref:
description: 'GitHub REF to be used for checkout'required: truesha:
description: 'GitHub SHA to be used for checkout'required: true
I am passing through
inputs
as shown in the example and I'm getting parsing errors in my workflow that it's triggering. I've tried wrapping theinputs
with a single and double quote, neither work.workflow step
failure error
The text was updated successfully, but these errors were encountered: