GitHub上下文.yaml
All checks were successful
/ job1 (push) Successful in 4s
/ job2 (push) Successful in 2s
/ job3 (push) Has been skipped

This commit is contained in:
严浩
2025-04-14 13:53:26 +08:00
parent 7eee04caf7
commit e451da8cbb

View File

@ -8,3 +8,9 @@ jobs:
- name: github.repository_id
run: |
echo ${{ github.repository_id }}
- name: 其他仓库标识符
run: |
echo "仓库全名: ${{ github.repository }}"
echo "仓库所有者ID: ${{ github.repository_owner_id }}"
echo "仓库URL: ${{ github.repositoryUrl }}"
echo "仓库路径: ${{ github.repository_path }}"