mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 20:54:46 +00:00
Update main.yml
Adds url and user values
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Trigger Jenkins Job
|
- name: Trigger Jenkins Job
|
||||||
uses: appleboy/jenkins-action@0.0.1
|
uses: appleboy/jenkins-action@0.0.1
|
||||||
with:
|
with:
|
||||||
url: "http://example.com"
|
url: "http://localhost:8080"
|
||||||
user: "example"
|
user: "ndorin"
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
job: "PepperDash Core Branch Builds"
|
job: "PepperDash Core Branch Builds"
|
||||||
|
|||||||
Reference in New Issue
Block a user