more accurately describe steps in main.yaml
All checks were successful
/ weblog.lol (push) Successful in 30s
All checks were successful
/ weblog.lol (push) Successful in 30s
This commit is contained in:
parent
1fd6caa163
commit
bb37d2293e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user