Skip to content

Commit 8449142

Browse files
authored
feat(docs): add note about GHA expressions to binding migration docs (#1622)
1 parent 483a705 commit 8449142

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user-guide/migrating-to-Maven-based-bindings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ Then regenerate your YAML to ensure there are no changes.
9797
1. For inputs with typing information there will now be two properties, a typed one and a `String`-typed with
9898
`_Untyped` suffix. You can only set one of those and for required inputs must set exactly one. For inputs that miss
9999
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.
100102
1. If a given binding has incorrect typing, please either ask the action owner to onboard
101103
[github-action-typing](https://github.com/typesafegithub/github-actions-typing/), or if it's not possible, contribute
102104
to [github-actions-typing-catalog](https://github.com/typesafegithub/github-actions-typing-catalog).

0 commit comments

Comments
 (0)