Skip to content

Commit

Permalink
Fix action, add option pre_retry_command to call of subaction
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Nov 5, 2024
1 parent f8754f7 commit 2103bce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ runs:
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
pre_retry_command: '${{ inputs.pre_retry_command }}'
with: '${{ inputs.with }}'
current_path: '${{ inputs.current_path }}'
steps_context: '${{ inputs.steps_context }}'
Expand Down
1 change: 1 addition & 0 deletions main/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ runs:
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
pre_retry_command: '${{ inputs.pre_retry_command }}'
with: '${{ inputs.with }}'
current_path: '${{ inputs.current_path }}'
steps_context: '${{ inputs.steps_context }}'
Expand Down
1 change: 1 addition & 0 deletions post/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ runs:
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
pre_retry_command: '${{ inputs.pre_retry_command }}'
with: '${{ inputs.with }}'
current_path: '${{ inputs.current_path }}'
steps_context: '${{ inputs.steps_context }}'
Expand Down
1 change: 1 addition & 0 deletions pre/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ runs:
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
pre_retry_command: '${{ inputs.pre_retry_command }}'
with: '${{ inputs.with }}'
current_path: '${{ inputs.current_path }}'
steps_context: '${{ inputs.steps_context }}'
Expand Down

0 comments on commit 2103bce

Please sign in to comment.