Update prbuildtest.yml

This commit is contained in:
Justin Hammond 2019-11-21 16:34:24 +08:00 committed by GitHub
parent 1b675c3907
commit 52231d24e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@ jobs:
steps:
- name: Get Pr Number
- uses: jwalton/gh-find-current-pr@v1
uses: jwalton/gh-find-current-pr@v1
id: findPr
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger Build
- uses: Fishwaldo/webhook-action@master
uses: Fishwaldo/webhook-action@master
env:
BBSERVER: bamboo.my-ho.st
BBUSER: ${{ secrets.bamboouser }}