diff --git a/.gitea/workflows/debug.yml b/.gitea/workflows/debug.yml new file mode 100644 index 0000000..c5804a8 --- /dev/null +++ b/.gitea/workflows/debug.yml @@ -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 }}"