Files
wiki/.gitea/workflows/debug.yml
vorpax d9862eae65
Some checks failed
Build and Push Docker Image - HEC IA Wiki / build-and-push (push) Has been cancelled
feat: add support for multiple content types in index page and sorting functions
2026-01-29 11:51:55 +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 }}"