We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483a705 commit 8449142Copy full SHA for 8449142
1 file changed
docs/user-guide/migrating-to-Maven-based-bindings.md
@@ -97,6 +97,8 @@ Then regenerate your YAML to ensure there are no changes.
97
1. For inputs with typing information there will now be two properties, a typed one and a `String`-typed with
98
`_Untyped` suffix. You can only set one of those and for required inputs must set exactly one. For inputs that miss
99
typing information there will only be the `_Untyped` property with nullability according to required status.
100
+1. If you used `_customInputs` to set a non-String property to a GitHub Actions expression, you can now instead use
101
+ the `_Untyped` property for that input.
102
1. If a given binding has incorrect typing, please either ask the action owner to onboard
103
[github-action-typing](https://github.com/typesafegithub/github-actions-typing/), or if it's not possible, contribute
104
to [github-actions-typing-catalog](https://github.com/typesafegithub/github-actions-typing-catalog).
0 commit comments