Skip to content

Commit 634bbb2

Browse files
authored
Update replace_workflow-local.ps1
1 parent 10fd081 commit 634bbb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

replace_workflow-local.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Als je een nieuwe publicatie wilt starten, lees dan eerst de instructies in de R
6767
if ($changes) {
6868
git add .github/workflows README.md
6969
git commit -m "Update workflows en README vanuit NL-ReSpec-template"
70-
git push origin $branch
70+
git push
7171
Write-Host "Branch '$branch' bijgewerkt en gepusht."
7272
} else {
7373
Write-Host "⏭️ Geen wijzigingen in branch '$branch'."

0 commit comments

Comments
 (0)