Skip to content

Commit aee16a2

Browse files
committed
fix name
1 parent 249803f commit aee16a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync Copilot Instructions
22
description: "Syncs Copilot instructions from the repository to the GitHub Action's metadata file."
33
inputs:
44
copilot_instructions_ref:
5-
description: "The ref to sync from the eps_copilot_instructions repository"
5+
description: "The ref to sync from the eps-copilot-instructions repository"
66
required: false
77
default: "main"
88
calling_repo_base_branch:
@@ -66,7 +66,7 @@ runs:
6666
title: "Upgrade: [dependabot] - sync Copilot instructions"
6767
body: |
6868
Syncing Copilot instructions from central repo.
69-
Ref: `${{ inputs.common_workflows_ref }}`
69+
Ref: `${{ inputs.copilot_instructions_ref }}`
7070
branch: copilot-instructions-sync
7171
base: ${{ inputs.calling_repo_base_branch }}
7272
branch-suffix: random

0 commit comments

Comments
 (0)