Attempting Some String Formatting

This commit is contained in:
Annika Merris 2024-02-03 17:49:36 -05:00
parent 62028b3f81
commit 330c58177d

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 forgejo.merr.is/${{ github.repository }}:${{ github.ref }}.${{ github.run_number }}
run: echo ${{ github.ref#refs/heads/ }}
# - name: Set up Docker Buildx
# uses: https://github.com/docker/setup-buildx-action@v3
# with: