From ef6075ca7e64d26e60c54eea99ac6fecdb463c13 Mon Sep 17 00:00:00 2001 From: JV Villanueva Date: Tue, 29 Aug 2023 01:23:17 +1200 Subject: [PATCH] test20 --- .github/workflows/m3pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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