Setup Actions

This commit is contained in:
Justin Hammond 2019-11-19 14:31:08 +08:00 committed by GitHub
parent f644106843
commit 83d0b08878
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/prbuildtest.yml vendored Normal file
View 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'}"