mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 21:37:31 +08:00
12 lines
245 B
YAML
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 }}" |