Skip to content

Commit e7a44e0

Browse files
committed
Fix comment
1 parent 759c205 commit e7a44e0

File tree

1 file changed

+2
-11
lines changed
  • .github/workflows/actions/execute_and_retry

1 file changed

+2
-11
lines changed

.github/workflows/actions/execute_and_retry/action.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reusuable Action for executing commands and retrying them if it fails
1+
# Reusable Action for executing commands and retrying them if it fails
22
name: Command Retry Logic
33

44
inputs:
@@ -64,13 +64,4 @@ runs:
6464
shell: bash
6565
env:
6666
POST_COMMAND: ${{ inputs.post-command }}
67-
run: $POST_COMMAND
68-
69-
70-
71-
72-
73-
74-
75-
76-
67+
run: $POST_COMMAND

0 commit comments

Comments
 (0)