Skip to content

fix: correctly reset pnpm-lock.yaml after package install#218

Merged
sidvishnoi merged 1 commit intomainfrom
fix-213
Dec 13, 2025
Merged

fix: correctly reset pnpm-lock.yaml after package install#218
sidvishnoi merged 1 commit intomainfrom
fix-213

Conversation

@sidvishnoi
Copy link
Member

Fixes #213

When GitHub action is set up by GitHub, it's not checked-out as a git repo. Running git restore there failed silenty (as not a git repo), meaning the pnpm-lock.yaml wasn't reverted to original stage, and that led to crash when the action was run in sequence (multi-spec).

@sidvishnoi sidvishnoi merged commit b72c0bd into main Dec 13, 2025
1 check passed
@sidvishnoi sidvishnoi deleted the fix-213 branch December 13, 2025 14:19
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.

Update to package.json breaks multi-spec builds

1 participant

Comments