diff --git a/.github/workflows/pull.yaml b/.github/workflows/pull.yaml index 1d09217..0b3b298 100644 --- a/.github/workflows/pull.yaml +++ b/.github/workflows/pull.yaml @@ -14,4 +14,4 @@ jobs: username: ${{ secrets.SSH_USERNAME }} password: ${{ secrets.SSH_PASSWORD }} port: ${{ secrets.SSH_PORT }} - script: whoami \ No newline at end of file + script: ls -a \ No newline at end of file