zepp bb37d2293e
All checks were successful
/ weblog.lol (push) Successful in 30s
more accurately describe steps in main.yaml
2025-03-16 20:59:41 -04:00

23 lines
639 B
YAML

on: [push]
jobs:
weblog_import:
runs-on: ubuntu-latest
name: weblog.lol
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- 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 PHP and php-curl
run: |
apt-get update && apt-get install php php-curl -y
- id: weblog_import
uses: neatnik/weblog.lol@v1
env:
ADDRESS: emma
WEBLOG_API_KEY: ${{ secrets.WEBLOG_API_KEY }}