Skip to content

Commit

Permalink
chore: indicator after push without reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Nov 22, 2024
1 parent d3de581 commit 7bd56ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/scripts/config-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ export class ConfigParser {
throw new Error("No content to push");
}

this.repoConfig = this.newConfigYml;

return octokit.repos.createOrUpdateFileContents({
owner: org,
repo: repo,
Expand Down

0 comments on commit 7bd56ac

Please sign in to comment.