Skip to content

Fix calaos-ddns.timer to use correct .service file #17

Fix calaos-ddns.timer to use correct .service file

Fix calaos-ddns.timer to use correct .service file #17

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.ACTION_DISPATCH }}
repository: calaos/calaos-build
event-type: build_pkg
client-payload: '{"pkgname": "calaos-ddns", "commit": "${{ github.sha }}" }'