Skip to content

Commit fc90a5e

Browse files
committed
update following comment
1 parent 9be0e99 commit fc90a5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync_copilot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
pull-requests: write
2828

2929
steps:
30-
- name: Checkout code
30+
- name: Checkout calling repo code
3131
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3232
with:
3333
ref: ${{ inputs.calling_repo_base_branch }}
3434
fetch-depth: 0
3535

36-
- name: Checkout code
36+
- name: Checkout central repo code
3737
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3838
with:
3939
ref: ${{ inputs.common_workflows_ref }}

0 commit comments

Comments
 (0)