We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be0e99 commit fc90a5eCopy full SHA for fc90a5e
1 file changed
.github/workflows/sync_copilot.yml
@@ -27,13 +27,13 @@ jobs:
27
pull-requests: write
28
29
steps:
30
- - name: Checkout code
+ - name: Checkout calling repo code
31
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
32
with:
33
ref: ${{ inputs.calling_repo_base_branch }}
34
fetch-depth: 0
35
36
+ - name: Checkout central repo code
37
38
39
ref: ${{ inputs.common_workflows_ref }}
0 commit comments