This commit is contained in:
parent
07e857849e
commit
5dad8d2e26
15
.gitea/workflows/main.yaml
Normal file
15
.gitea/workflows/main.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
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 }}
|
Loading…
x
Reference in New Issue
Block a user