From e3816c9493a1ccae4a7e3e3f0e20656eab9c5eaf Mon Sep 17 00:00:00 2001 From: Puneet Jain <105224306+pjain05@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:49:04 +0530 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 4d6345f..750b2ea 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -6,7 +6,7 @@ env: continuePipeline: "false" showTailLog: "false" uploadFileCheck: "true" - inputAllFiles: "https://github.com/dnyanesh-nagre-perforce/blaze-action/blob/main/taurus.yml" + inputstartfile: "https://github.com/dnyanesh-nagre-perforce/blaze-action/blob/main/taurus.yml" on: push jobs: @@ -25,4 +25,4 @@ jobs: continuePipeline: ${{env.continuePipeline}} showTailLog: ${{env.showTailLog}} uploadFileCheck: ${{env.uploadFileCheck}} - inputAllFiles: ${{env.inputAllFiles}} + inputstartfile: ${{env.inputstartfile}}