From eaf68dbb4fe3df47c55a7e7a21ad4a508eca2315 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Sun, 14 Dec 2025 14:51:12 +0100 Subject: [PATCH] OP#269 fix github stage --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4f7b848..a4b1133 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,7 +95,7 @@ pipeline { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { sh ''' git remote set-url --push master git@github.com:grizzlycoda/puppet_collection.git - push master --mirror + git push master --mirror ''' } }