From 3ceed1cfc37cf5d58f9447df5e9e104e914f9df5 Mon Sep 17 00:00:00 2001 From: Qi Xiao Date: Thu, 29 Feb 2024 10:12:27 +0000 Subject: [PATCH] Correct typo --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 060c559..c337780 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Lo in to the Container Registry + - name: Log in to the Container Registry uses: docker/login-action@v3 with: registry: ghcr.io