Skip to content

Commit

Permalink
temp: echo branch during setup-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Sep 11, 2024
1 parent 41807cf commit 67107a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/actions/composites/setup-toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ runs:
with:
dotnet-version: 2.1.816

- name: DEBUG - branch check
run: echo "[DEBUG] Branch: ${{ github.ref }}"
shell: bash

- uses: pnpm/action-setup@v4
with:
version: 9.4.0
Expand Down

0 comments on commit 67107a0

Please sign in to comment.