Files
portfolio/.gitea/workflows/debug.yml
vorpax 740c316163
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 13s
debug
2026-01-02 19:41:11 +01:00

12 lines
297 B
YAML

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 }}"