more accurately describe steps in main.yaml
All checks were successful
/ weblog.lol (push) Successful in 30s

This commit is contained in:
zepp 2025-03-16 20:59:41 -04:00
parent 1fd6caa163
commit bb37d2293e

View File

@ -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