From e3397096401cbb48f75e0f0d122545b19b5b7e82 Mon Sep 17 00:00:00 2001 From: Puneet Jain <105224306+pjain05@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:44:20 +0530 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index e77941b..29e79eb 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 - name: List Files - run: pwd + run: ls -R pwd - name: Set Environment Variable run: echo ${{github.workspace}} - name: PerforceAction