zepp 5dad8d2e26
Some checks failed
/ weblog.lol (push) Failing after 13s
add gitea action
2025-03-08 21:10:07 -05:00

16 lines
322 B
YAML

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