Skip to content

Commit

Permalink
Merge pull request #37 from Marichandran/Marichandran-patch-31
Browse files Browse the repository at this point in the history
Update blank.yml
  • Loading branch information
Marichandran authored Nov 30, 2022
2 parents 7ef3e23 + 914b82b commit ac5dbb8
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 ac5dbb8

Please sign in to comment.