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: