Skip to content

Commit 1c2ff31

Browse files
Update test-fork-pr.yml
1 parent 5a601bc commit 1c2ff31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-fork-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: 打印 GitHub 运行上下文
2020
run: |
21-
echo "工作流名称:${{ github.workflow }}"
21+
echo "工作流名称:${{ github.workflow }} 11111111111111111"
2222
echo "事件类型:${{ github.event_name }}"
2323
echo "PR 来源仓库:${{ github.event.pull_request.head.repo.full_name }}"
2424
echo "PR 来源分支:${{ github.event.pull_request.head.ref }}"

0 commit comments

Comments
 (0)