Skip to content

Commit 62bcb66

Browse files
authored
Update setup.yml
1 parent 4ee75fa commit 62bcb66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/setup.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
script_path = Path('scripts/experiments.sh')
2626
script = script_path.read_text().replace('codingpot', username)
2727
script = script.replace('git-mlops', repo_name)
28+
script_path.write_text(script)
2829
30+
script_path = Path('scripts/jl_exp_wandb.sh')
31+
script = script_path.read_text().replace('codingpot', username)
32+
script = script.replace('git-mlops', repo_name)
2933
script_path.write_text(script)
3034
shell: python
3135

@@ -65,4 +69,4 @@ jobs:
6569
head: 'automated-setup',
6670
base: 'main',
6771
body: `${contents}`
68-
});
72+
});

0 commit comments

Comments
 (0)