15 lines
No EOL
336 B
YAML
15 lines
No EOL
336 B
YAML
on: [push]
|
|
|
|
jobs:
|
|
weblog_import:
|
|
runs-on: docker
|
|
name: weblog.lol
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 2
|
|
- id: weblog_import
|
|
uses: https://github.com/neatnik/weblog.lol@v1
|
|
env:
|
|
ADDRESS: deathau
|
|
WEBLOG_API_KEY: ${{ secrets.WEBLOG_API_KEY }} |