From bb37d2293e15b6d42446aca11e273f898ad32b4d Mon Sep 17 00:00:00 2001 From: zepp Date: Sun, 16 Mar 2025 20:59:41 -0400 Subject: [PATCH] more accurately describe steps in main.yaml --- .gitea/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 16080e5..966be87 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -8,11 +8,11 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 2 - - name: Install Act dependencies + - name: Install PHP dependencies if: ${{ env.ACT }} run: | apt-get update && apt-get install software-properties-common apt-transport-https ca-certificates lsb-release -y - - name: Install dependencies + - name: Install PHP and php-curl run: | apt-get update && apt-get install php php-curl -y - id: weblog_import