Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marichandran authored Nov 30, 2022
1 parent 7ef3e23 commit 914b82b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ env:

jobs:
Build:
runs-on: self-hosted
steps:
runs-on: ubuntu-latest
steps:
- name: Trigger Jenkins Build with PR Information
run: |-
curl --location --request POST ${{ env.JENKINS_URL }}${{ env.BUILDTOKEN }} \
--header 'Content-Type: application/json' \
--data-raw '{
"action": ${{ github.event }}
}'
"action": ${{ github.event }}
}'

0 comments on commit 914b82b

Please sign in to comment.