2025-04-16 16:47:48 +08:00

12 lines
245 B
YAML

name: Debug Environment
on:
workflow_dispatch: # Allows manual triggering
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Print GITHUB_REPOSITORY
run: |
echo "GITHUB_REPOSITORY: ${{ github.repository }}"