mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Setup Actions
This commit is contained in:
parent
f644106843
commit
83d0b08878
1 changed files with 16 additions and 0 deletions
16
.github/workflows/prbuildtest.yml
vendored
Normal file
16
.github/workflows/prbuildtest.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: CI
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Trigger Bamboo Build
|
||||
uses: joelwmale/webhook-action@1.0.0
|
||||
env:
|
||||
WEBHOOK_URL: http://bamboo.my-ho.st/bamboo/rest/api/latest/plan/OZW-PRTST/branch/1982.json?vcsBranch=refs/pull/1982/head
|
||||
data: "{'vscBranch': 'refs/heads/1982/head', 'os_authType': 'basic'}"
|
||||
|
Loading…
Add table
Reference in a new issue