From f457f8b52c52359e9b0ac8f79ec8b27c9c5ba17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kautler?= Date: Sun, 18 Aug 2024 22:41:34 +0200 Subject: [PATCH] Add Wandalen/wretry.action@v3 with subactions (#24) --- .../wretry.action/v3/action-types.yml | 35 +++++++++++++++++++ .../wretry.action/v3/main/action-types.yml | 35 +++++++++++++++++++ .../wretry.action/v3/post/action-types.yml | 35 +++++++++++++++++++ .../wretry.action/v3/pre/action-types.yml | 35 +++++++++++++++++++ 4 files changed, 140 insertions(+) create mode 100644 typings/Wandalen/wretry.action/v3/action-types.yml create mode 100644 typings/Wandalen/wretry.action/v3/main/action-types.yml create mode 100644 typings/Wandalen/wretry.action/v3/post/action-types.yml create mode 100644 typings/Wandalen/wretry.action/v3/pre/action-types.yml diff --git a/typings/Wandalen/wretry.action/v3/action-types.yml b/typings/Wandalen/wretry.action/v3/action-types.yml new file mode 100644 index 0000000..4140a30 --- /dev/null +++ b/typings/Wandalen/wretry.action/v3/action-types.yml @@ -0,0 +1,35 @@ +# See https://github.com/typesafegithub/github-actions-typing/ +inputs: + action: + type: string + + command: + type: string + + with: + type: string + + current_path: + type: string + + steps_context: + type: string + + attempt_limit: + type: integer + + attempt_delay: + type: integer + + time_out: + type: integer + + retry_condition: + type: string + + github_token: + type: string + +outputs: + outputs: + type: string diff --git a/typings/Wandalen/wretry.action/v3/main/action-types.yml b/typings/Wandalen/wretry.action/v3/main/action-types.yml new file mode 100644 index 0000000..4140a30 --- /dev/null +++ b/typings/Wandalen/wretry.action/v3/main/action-types.yml @@ -0,0 +1,35 @@ +# See https://github.com/typesafegithub/github-actions-typing/ +inputs: + action: + type: string + + command: + type: string + + with: + type: string + + current_path: + type: string + + steps_context: + type: string + + attempt_limit: + type: integer + + attempt_delay: + type: integer + + time_out: + type: integer + + retry_condition: + type: string + + github_token: + type: string + +outputs: + outputs: + type: string diff --git a/typings/Wandalen/wretry.action/v3/post/action-types.yml b/typings/Wandalen/wretry.action/v3/post/action-types.yml new file mode 100644 index 0000000..4140a30 --- /dev/null +++ b/typings/Wandalen/wretry.action/v3/post/action-types.yml @@ -0,0 +1,35 @@ +# See https://github.com/typesafegithub/github-actions-typing/ +inputs: + action: + type: string + + command: + type: string + + with: + type: string + + current_path: + type: string + + steps_context: + type: string + + attempt_limit: + type: integer + + attempt_delay: + type: integer + + time_out: + type: integer + + retry_condition: + type: string + + github_token: + type: string + +outputs: + outputs: + type: string diff --git a/typings/Wandalen/wretry.action/v3/pre/action-types.yml b/typings/Wandalen/wretry.action/v3/pre/action-types.yml new file mode 100644 index 0000000..4140a30 --- /dev/null +++ b/typings/Wandalen/wretry.action/v3/pre/action-types.yml @@ -0,0 +1,35 @@ +# See https://github.com/typesafegithub/github-actions-typing/ +inputs: + action: + type: string + + command: + type: string + + with: + type: string + + current_path: + type: string + + steps_context: + type: string + + attempt_limit: + type: integer + + attempt_delay: + type: integer + + time_out: + type: integer + + retry_condition: + type: string + + github_token: + type: string + +outputs: + outputs: + type: string