mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +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
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue