This commit is contained in:
11
.gitea/workflows/debug.yml
Normal file
11
.gitea/workflows/debug.yml
Normal 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 }}"
|
||||||
Reference in New Issue
Block a user