From 961005d2df0f669f727cd18a18ee2a34331e468f Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Sun, 27 Apr 2025 18:35:52 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4089067..54e51d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout code + uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v3