This commit is contained in:
parent
60571314b1
commit
400633bdcc
@ -8,9 +8,13 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- uses: nanasess/setup-php@v4
|
||||
with:
|
||||
php-version: '8.1'
|
||||
- name: Install Act 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
|
||||
run: |
|
||||
apt-get update && apt-get install php -y
|
||||
- id: weblog_import
|
||||
uses: neatnik/weblog.lol@v1
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user