From 4be206c5fbcad1e7602b52d4807e5e70548e9355 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sun, 10 Dec 2023 10:16:18 +0300 Subject: [PATCH] Update build_system_image.yml --- .github/workflows/build_system_image.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 4bd1eab6..9f06e93b 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -33,8 +33,8 @@ jobs: # matrix: # template-repo: ['fork-foxs/remittance_image_builder'] steps: - # - name: Checkout Repository - # uses: actions/checkout@v2 + - name: Checkout Repository + uses: actions/checkout@v2 # with: # repository: ${{ matrix.remittance_image_builder }} # path: .github/workflows @@ -53,6 +53,9 @@ jobs: # registry: harbor.fintechsys.net # username: ${{ secrets.PHEE_HARBOR_USERNAME }} # password: ${{ secrets.PHEE_HARBOR_PASSWORD }} + - name: Debug Event + run: echo "Event payload: ${{ toJson(github.event) }}" + - name: Use the head branch run: echo "The head branch is ${{ github.event.pull_request.head.ref }}" - name: build image