More debugging

This commit is contained in:
Andreas Svanberg 2024-07-04 09:44:28 +02:00
parent 9cde2ec57b
commit 4f6302a112

@ -5,4 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "${{ gitea.repository }}"
- run: echo "${{ gitea.ref }}"
- run: echo "${{ gitea.ref.name }}"
- run: echo "${{ gitea.refname }}"
- run: echo "${{ gitea.server.url }}/${{ gitea.repository }}.git"