From ede849e7b360deef3ee3653143020dd56559da93 Mon Sep 17 00:00:00 2001 From: shalluv Date: Wed, 31 Jan 2024 14:34:18 +0700 Subject: [PATCH] ci: add step name --- .github/workflows/astro.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 13741b0..87bab89 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -26,7 +26,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 + - name: Setup pnpm + uses: pnpm/action-setup@v2 - name: Setup Node uses: actions/setup-node@v3