diff --git a/.github/workflows/m3pipeline.yml b/.github/workflows/m3pipeline.yml index 9eaf77e..c92ac15 100644 --- a/.github/workflows/m3pipeline.yml +++ b/.github/workflows/m3pipeline.yml @@ -61,6 +61,12 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'pull_request' && github.base_ref == 'refs/heads/develop' steps: + - name: Debug Info + run: | + echo "Event Name: ${{ github.event_name }}" + echo "Base Ref: ${{ github.base_ref }}" + echo "PR Number: ${{ github.event.pull_request.number }}" + - name: Checkout code uses: actions/checkout@v3