We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fd081 commit 634bbb2Copy full SHA for 634bbb2
1 file changed
replace_workflow-local.ps1
@@ -67,7 +67,7 @@ Als je een nieuwe publicatie wilt starten, lees dan eerst de instructies in de R
67
if ($changes) {
68
git add .github/workflows README.md
69
git commit -m "Update workflows en README vanuit NL-ReSpec-template"
70
- git push origin $branch
+ git push
71
Write-Host "Branch '$branch' bijgewerkt en gepusht."
72
} else {
73
Write-Host "⏭️ Geen wijzigingen in branch '$branch'."
0 commit comments