Skip to content

Commit 86cc60c

Browse files
committed
Fix typo
1 parent 4d735ca commit 86cc60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/calculate-docker-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ runs:
122122
shell: bash
123123
timeout_minutes: 90
124124
max_attempts: 3
125-
# NB: Wait for half an hour before retrying, this is used as a pooling mechanism to wait
125+
# NB: Wait for half an hour before retrying, this is used as a polling mechanism to wait
126126
# for the docker build workflow to finish
127127
retry_wait_seconds: 1800
128128
command: |

0 commit comments

Comments
 (0)