From 1a322fe1169009c96b1300ec0baebb8c48b183bd Mon Sep 17 00:00:00 2001 From: Philipp Schmelter Date: Wed, 2 Oct 2024 17:42:54 +0200 Subject: [PATCH] Syntax --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a7af82e40..7fd03ae240 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,5 +29,6 @@ jobs: ref: ${{ github.event.pull_request.head.ref || github.ref }} repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} + - name: Show current Branch run: echo "Current branch: ${{ github.event.pull_request.head.ref || github.ref }}"