From 1d24fddf952f3940f37a2331b3afe1fedbce58b3 Mon Sep 17 00:00:00 2001 From: gretzke Date: Wed, 8 Nov 2023 16:58:33 +0100 Subject: [PATCH] echo branches --- .github/workflows/pr-check.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index fafbcd7..78af9e9 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -12,6 +12,10 @@ jobs: if: github.base_ref == 'main' runs-on: ubuntu-latest steps: + - name: Log + run: | + echo "Base ref: ${{ github.base_ref }}" + echo "Head ref: ${{ github.head_ref }}" - name: Check branches run: | if [ ${{ github.head_ref }} != "staging" ]; then