mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 20:46:34 +00:00
Update main.yml
Adds url and user values
This commit is contained in:
parent
8e626fd280
commit
a81e7fa951
1 changed files with 2 additions and 2 deletions
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue