From 5f921ddcf89de1ef383aaaaae0c29bde3f73360e Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Thu, 23 May 2024 16:18:36 +0900 Subject: [PATCH] CI (GitHub Actions): actions/checkout Summary: I am stupid enough, yeah Signed-off-by: Yongmin Hong Test Plan: Watch the GitHub Actions run again Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D134 --- .github/workflows/build-container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index f5f96e3..23ad0b7 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -21,6 +21,8 @@ jobs: attestations: write runs-on: ubuntu-latest steps: + - name: "Checkout the repository" + uses: actions/checkout@v4 - name: "Log in to the Container registry" uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: