updated the runs-on to see if that works
Some checks failed
/ weblog.lol (push) Has been cancelled

This commit is contained in:
Gordon Pedersen 2024-05-06 14:39:08 +10:00
parent 59508b1dd2
commit eaff0ca062

View file

@ -2,7 +2,7 @@ on: [push]
jobs:
weblog_import:
runs-on: docker
runs-on: ubuntu-latest
name: weblog.lol
steps:
- uses: actions/checkout@v4