From f5c67dbbc490a87a2f319567c7a684bec858a5fc Mon Sep 17 00:00:00 2001 From: Puneet Jain <105224306+pjain05@users.noreply.github.com> Date: Sat, 6 Jan 2024 19:41:28 +0530 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 644cf82..972355f 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -16,6 +16,8 @@ jobs: uses: actions/checkout@v2.3.4 - name: List Files run: ls -R + - name: Set Environment Variable + run: echo "FILE_PATH=taurus_1.yml" >> $GITHUB_ENV - name: PerforceAction uses: dnyanesh-nagre-perforce/blaze-action@v2.6 id: run-test @@ -26,4 +28,4 @@ jobs: continuePipeline: ${{env.continuePipeline}} showTailLog: ${{env.showTailLog}} uploadFileCheck: ${{env.uploadFileCheck}} - inputstartfile: taurus_1.yml + inputstartfile: $FILE_PATH