zepp 60571314b1
Some checks failed
/ weblog.lol (push) Failing after 26s
edit main.yaml
2025-03-08 21:47:47 -05:00

19 lines
401 B
YAML

on: [push]
jobs:
weblog_import:
runs-on: ubuntu-latest
name: weblog.lol
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: nanasess/setup-php@v4
with:
php-version: '8.1'
- id: weblog_import
uses: neatnik/weblog.lol@v1
env:
ADDRESS: emma
WEBLOG_API_KEY: ${{ secrets.WEBLOG_API_KEY }}