Skip to content

Pass version to pkgbuild #49

Pass version to pkgbuild

Pass version to pkgbuild #49

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
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-home", "commit": "${{ github.sha }}" }'