Debug workflow
This commit is contained in:
parent
bd3dbca0c7
commit
0b2ddc28fd
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ jobs:
|
|||
env:
|
||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||
run: |
|
||||
echo "Token present: ${FORGEJO_TOKEN:+yes}"
|
||||
echo "Token length: ${#FORGEJO_TOKEN}"
|
||||
|
||||
TAG="${{ github.event.inputs.tag || github.ref_name }}"
|
||||
API_BASE="${{ github.server_url }}/api/v1"
|
||||
REPO="${{ github.repository }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue