From ca9bf4dff65d3d6398eb42d1192ff6663f5d5a3a Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 19 Mar 2026 08:51:05 -0500 Subject: [PATCH] Rename copilot-setup-steps job to required name The Copilot coding agent requires the job in copilot-setup-steps.yml to be named 'copilot-setup-steps'. The job was named 'validate', causing an error when Copilot tried to use the custom setup steps. See: https://gh.io/copilot/actions-setup-steps Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index c216dd55..a8436711 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -10,7 +10,7 @@ permissions: pull-requests: write jobs: - validate: + copilot-setup-steps: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4