Skip to content

Fix npm flag syntax in autofix workflow#1

Merged
vkuttyp merged 2 commits intomainfrom
copilot/change-repo-settings
Feb 1, 2026
Merged

Fix npm flag syntax in autofix workflow#1
vkuttyp merged 2 commits intomainfrom
copilot/change-repo-settings

Conversation

Copy link

Copilot AI commented Feb 1, 2026

The autofix workflow used incorrect npm flag syntax (-fg) for corepack installation, causing potential workflow failures.

Changes

  • Corrected npm i -fg corepack to npm i -g --force corepack in .github/workflows/autofix.yml
  • Aligns with ci.yml syntax for consistency across workflows
# Before
- run: npm i -fg corepack && corepack enable

# After  
- run: npm i -g --force corepack && corepack enable
Original prompt

Please change the repo


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: vkuttyp <146238+vkuttyp@users.noreply.github.com>
Copilot AI changed the title [WIP] Update repository configuration settings Fix npm flag syntax in autofix workflow Feb 1, 2026
Copilot AI requested a review from vkuttyp February 1, 2026 14:07
@vkuttyp vkuttyp marked this pull request as ready for review February 1, 2026 14:19
@vkuttyp vkuttyp merged commit a8a443c into main Feb 1, 2026
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.

2 participants