Let's try again with the github action
All checks were successful
/ weblog.lol (push) Successful in 11s

This commit is contained in:
Gordon Pedersen 2024-05-07 09:50:19 +10:00
parent 4407dc71a8
commit 60f9a74b81

View file

@ -8,11 +8,8 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 2 fetch-depth: 2
- run: wget -O weblog-import.php https://api.omg.lol/address/adam/weblog/github-action
shell: bash
- id: weblog_import - id: weblog_import
run: php -f weblog-import.php $ADDRESS $WEBLOG_API_KEY uses: https://github.com/neatnik/weblog.lol@v1
shell: bash
env: env:
ADDRESS: deathau ADDRESS: deathau
WEBLOG_API_KEY: ${{ secrets.WEBLOG_API_KEY }} WEBLOG_API_KEY: ${{ secrets.WEBLOG_API_KEY }}