diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 29e79eb..adec936 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: ls -R pwd + run: ls $pwd - name: Set Environment Variable run: echo ${{github.workspace}} - name: PerforceAction