This commit is contained in:
parent
ae40dbe211
commit
59508b1dd2
2 changed files with 15 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- run: echo All Good
|
|
15
.forgejo/workflows/main.yml
Normal file
15
.forgejo/workflows/main.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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 }}
|
Loading…
Reference in a new issue