We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249803f commit aee16a2Copy full SHA for aee16a2
1 file changed
action.yml
@@ -2,7 +2,7 @@ name: Sync Copilot Instructions
2
description: "Syncs Copilot instructions from the repository to the GitHub Action's metadata file."
3
inputs:
4
copilot_instructions_ref:
5
- description: "The ref to sync from the eps_copilot_instructions repository"
+ description: "The ref to sync from the eps-copilot-instructions repository"
6
required: false
7
default: "main"
8
calling_repo_base_branch:
@@ -66,7 +66,7 @@ runs:
66
title: "Upgrade: [dependabot] - sync Copilot instructions"
67
body: |
68
Syncing Copilot instructions from central repo.
69
- Ref: `${{ inputs.common_workflows_ref }}`
+ Ref: `${{ inputs.copilot_instructions_ref }}`
70
branch: copilot-instructions-sync
71
base: ${{ inputs.calling_repo_base_branch }}
72
branch-suffix: random
0 commit comments