-
-
Notifications
You must be signed in to change notification settings - Fork 202
Fix DevIndex Updater Workflow Unstaged Changes Error (failed.json) #9129
Copy link
Copy link
Closed
Labels
aibugSomething isn't workingSomething isn't workingbuildBuild system, scripts, and configurationBuild system, scripts, and configuration
Description
The DevIndex Updater workflow fails during git pull --rebase with "You have unstaged changes".
Although the workflow successfully commits users.jsonl and tracker.json, the updater script now also modifies failed.json (the Penalty Box), which is left unstaged in the working directory.
Git refuses to run a rebase with a dirty working directory.
To fix this:
- Update
.github/workflows/devindex-updater.yml. - Update the
git statuscheck andgit addcommand to explicitly includeapps/devindex/resources/failed.json. - This ensures the working directory is clean before the rebase attempts to run.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
aibugSomething isn't workingSomething isn't workingbuildBuild system, scripts, and configurationBuild system, scripts, and configuration