debug
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 13s

This commit is contained in:
vorpax
2026-01-02 19:41:11 +01:00
parent 6f5d0fcb35
commit 740c316163

View File

@@ -0,0 +1,11 @@
name: Debug Context
on: workflow_dispatch
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Print Gitea context
run: |
echo "server_url: ${{ gitea.server_url }}"
echo "api_url: ${{ gitea.api_url }}"
echo "repository: ${{ gitea.repository }}"