From ec1b4a72cb7a7a5d408273bd083ce0bd38b2281e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 14 Apr 2025 18:13:22 +0000 Subject: [PATCH] test: see how CI output works --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0fd99f53..710f6a31 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,8 @@ jobs: steps: - name: Check out code uses: actions/checkout@v4 + - name: Feeling cute. Might (aka should) delete later + run: git branch --show-current - name: Set up Go uses: actions/setup-go@v5 with: