Skip to content

fix: correct YAML indentation in copilot-setup-steps workflow#205

Closed
grparry wants to merge 1 commit intoruvnet:mainfrom
grparry:fix/copilot-setup-yaml
Closed

fix: correct YAML indentation in copilot-setup-steps workflow#205
grparry wants to merge 1 commit intoruvnet:mainfrom
grparry:fix/copilot-setup-yaml

Conversation

@grparry
Copy link
Copy Markdown

@grparry grparry commented Feb 24, 2026

Summary

  • Fixes staircase indentation in .github/workflows/copilot-setup-steps.yml
  • Every line was indented further than the last, making the YAML unparseable
  • All workflow runs failed with zero jobs executed

Test plan

  • Workflow file passes YAML lint
  • Next push triggers a successful workflow run

🤖 Generated with Claude Code

The workflow had staircase indentation (each line indented further
than the last), making it unparseable. All runs failed with zero
jobs executed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@grparry grparry closed this Feb 24, 2026
@grparry grparry deleted the fix/copilot-setup-yaml branch February 24, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant