Update main.yml

Adds url and user values
This commit is contained in:
Neil Dorin
2020-02-27 12:48:20 -07:00
committed by GitHub
parent 8e626fd280
commit a81e7fa951

View File

@@ -14,7 +14,7 @@ jobs:
- name: Trigger Jenkins Job
uses: appleboy/jenkins-action@0.0.1
with:
url: "http://example.com"
user: "example"
url: "http://localhost:8080"
user: "ndorin"
token: ${{ secrets.TOKEN }}
job: "PepperDash Core Branch Builds"