Skip to content

Commit

Permalink
Merge pull request #174 from dmvict/master
Browse files Browse the repository at this point in the history
READY: Add option  `pre_retry_command` to call of subaction
  • Loading branch information
dmvict authored Nov 5, 2024
2 parents f8754f7 + 2103bce commit 7a8f8d4
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 7a8f8d4

Please sign in to comment.