Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Merge branch 'trunk' of personal.github.com:jjba23/zzspec into trunk #3

Merge branch 'trunk' of personal.github.com:jjba23/zzspec into trunk

Merge branch 'trunk' of personal.github.com:jjba23/zzspec into trunk #3

name: "on push to trunk - byggsteg"
on:
push:
branches:
- trunk
jobs:
on-push-to-trunk-byggsteg:
runs-on: ubuntu-latest
steps:
- name: "trigger build and test at byggsteg"
run: |
curl 'https://byggsteg.jointhefreeworld.org/api/jobs/submit' \
-X POST -H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Authorization: Basic ${{secrets.BYGGSTEG_KEY}}' \
--data-urlencode "job-code=\`((project . \"zzspec\")(branch-name . \"trunk\")(task . \"sbt-test\")(clone-url . \"https://github.com/jjba23/zzspec\"))"