fix: Use YamlScalar for booleans

This commit is contained in:
Alvaro Muñoz
2024-09-06 23:21:41 +02:00
parent 5df3af2272
commit 5d1da861a2
3 changed files with 28 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ class ActionsCheckoutStep extends Actions::Step {
/**
* A `with:`/`persist-credentials` field sibling to `uses: actions/checkout`.
*/
class ActionsCheckoutWithPersistCredentials extends YamlNode, YamlString {
class ActionsCheckoutWithPersistCredentials extends YamlNode, YamlScalar {
ActionsCheckoutStep step;
ActionsCheckoutWithPersistCredentials() {