Skip to content

Commit

Permalink
Add Wandalen/wretry.action@v3 with subactions (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire authored Aug 18, 2024
1 parent e77581a commit f457f8b
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 0 deletions.
35 changes: 35 additions & 0 deletions typings/Wandalen/wretry.action/v3/action-types.yml
Original file line number Diff line number Diff line change
@@ -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
35 changes: 35 additions & 0 deletions typings/Wandalen/wretry.action/v3/main/action-types.yml
Original file line number Diff line number Diff line change
@@ -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
35 changes: 35 additions & 0 deletions typings/Wandalen/wretry.action/v3/post/action-types.yml
Original file line number Diff line number Diff line change
@@ -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
35 changes: 35 additions & 0 deletions typings/Wandalen/wretry.action/v3/pre/action-types.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f457f8b

Please sign in to comment.