From 914b82b399bf505b10118ddc43e8287040fe0707 Mon Sep 17 00:00:00 2001 From: Marichandran <116162409+Marichandran@users.noreply.github.com> Date: Wed, 30 Nov 2022 13:20:55 +0530 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 6c8b8ac..4407ac1 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -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 }} + }' + +