Trying a Different Apporach

This commit is contained in:
Annika Merris 2024-02-03 17:52:40 -05:00
parent 330c58177d
commit c735ce53f2

View file

@ -22,7 +22,7 @@ jobs:
uses: https://github.com/actions/checkout@v4
- name: Do Debug Things
shell: /bin/ash -e {0}
run: echo ${{ github.ref#refs/heads/ }}
run: echo ${{ github.head_ref || github.ref_name }}
# - name: Set up Docker Buildx
# uses: https://github.com/docker/setup-buildx-action@v3
# with: