-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement an action to update all repository configurations at once
Previous actions trigger `apt update`, which caused issues with incomplete repository URL changes. Therefore, we need to modify all *.list files in a single action and run `apt update` only after all changes are completed. I chose to use a new action instead of removing `apt update` from all the old actions because of: - Backward compatibility - In this situation, actions still leave repository files in an inconsistent state, which seems incorrect.
- Loading branch information
Mikhail Sandakov
committed
Jan 15, 2025
1 parent
d0ad8e4
commit 570e5f5
Showing
1 changed file
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters