diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de06ad0..4119127 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,14 @@ jobs: if: github.event_name == 'pull_request' steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v3 + - name: Print repo structure + run: | + pwd + ls -al + ls -al .github || echo ".github directory does not exist" + cat .github/auto_assign.yml || echo "No .github/auto_assign.yml found" + - name: Print working directory and files run: | pwd