From 60f9a74b81646989842bead1cfef9b9d07d902f5 Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Tue, 7 May 2024 09:50:19 +1000 Subject: [PATCH] Let's try again with the github action --- .forgejo/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index ec20608..9136a99 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -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 }} \ No newline at end of file