From d8a08db9cc07a8879707ad4cf40b4d1f7fe29c95 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 20 Mar 2024 23:58:19 -0600 Subject: [PATCH] attempt to print the default branch --- .github/workflows/push-dev-docker-images.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push-dev-docker-images.yml b/.github/workflows/push-dev-docker-images.yml index d2ea1096..82b3d397 100644 --- a/.github/workflows/push-dev-docker-images.yml +++ b/.github/workflows/push-dev-docker-images.yml @@ -54,6 +54,8 @@ jobs: tags: | ${{ env.DOCKER_REPOSITORY }}:${{ env.DOCKER_IMAGE_TAG }} ${{ env.DOCKER_REPOSITORY }}:${{ env.DOCKER_IMAGE_TAG_WITH_DATE }} + - name: Get default branch name + run: echo "The default branch is ${{ github.event.repository.default_branch }}" - if: github.ref == 'refs/heads/{{ github.event.repository.default_branch }}' name: Send Webhook to deploy automatically to stage