edit workflow.yaml
This commit is contained in:
parent
5dad8d2e26
commit
c3332c4f1d
@ -5,6 +5,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: weblog.lol
|
name: weblog.lol
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Act dependencies
|
||||||
|
if: ${{ env.ACT }}
|
||||||
|
run: |
|
||||||
|
apt update && apt install software-properties-common apt-transport-https ca-certificates lsb-release -y
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
apt update && apt install php
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user