瀏覽代碼

ci: fix typo: unconditionally

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Zygmunt Krynicki 2 年之前
父節點
當前提交
c573499166
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/docker-build/action.yml

+ 1 - 1
.github/actions/docker-build/action.yml

@@ -17,7 +17,7 @@ runs:
   steps:
     - name: Build the ${{ inputs.docker_image }} docker image
       shell: bash
-      # We run this unconditinally even if the change doesn't touch the
+      # We run this unconditionally even if the change doesn't touch the
       # relevant docker files because there is a chance that another PR (or
       # something else) rebuilt the local image. For example if the first
       # version of the PR included change for the relevant docker image but a