Skip to content

Commit 8c12738

Browse files
Merge branch 'master' into patch-5
2 parents b2765c4 + b535b65 commit 8c12738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/src/actions/shared/add-file-to-all-repos.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export async function addFileToAllRepos(
1818
for (const repository of repositories) {
1919
const file = new RepositoryFile(repository.name, name)
2020
file.content = content
21+
file.overwrite_on_create = true
2122
if (!config.someResource(file)) {
2223
core.info(`Adding ${file.file} file to ${file.repository} repository`)
2324
config.addResource(file)

0 commit comments

Comments
 (0)