Skip to content

Update IPs

Update IPs #2

Workflow file for this run

on:
schedule:
- cron: "0 0 * * 1"
workflow_dispatch:
jobs:
update:
runs-on: ${{ vars.RUNS_ON }}
steps:
- uses: actions/checkout@v4
- run: |
make update
make push