Let's try again with the github action
All checks were successful
/ weblog.lol (push) Successful in 11s
All checks were successful
/ weblog.lol (push) Successful in 11s
This commit is contained in:
parent
4407dc71a8
commit
60f9a74b81
1 changed files with 1 additions and 4 deletions
|
@ -8,11 +8,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- run: wget -O weblog-import.php https://api.omg.lol/address/adam/weblog/github-action
|
||||
shell: bash
|
||||
- id: weblog_import
|
||||
run: php -f weblog-import.php $ADDRESS $WEBLOG_API_KEY
|
||||
shell: bash
|
||||
uses: https://github.com/neatnik/weblog.lol@v1
|
||||
env:
|
||||
ADDRESS: deathau
|
||||
WEBLOG_API_KEY: ${{ secrets.WEBLOG_API_KEY }}
|
Loading…
Reference in a new issue