From 559af44656c1b34d2b215a4c59db49415db1024c Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 1 Sep 2023 11:21:47 -0400 Subject: [PATCH] ci: set remote_name to origin --- .woodpecker/flake-lock-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/flake-lock-update.yml b/.woodpecker/flake-lock-update.yml index 61db852..9baf777 100644 --- a/.woodpecker/flake-lock-update.yml +++ b/.woodpecker/flake-lock-update.yml @@ -10,7 +10,7 @@ steps: ssh_key: from_secret: ssh_key branch: master - remote: ssh://woodpecker-ci@git.notohh.dev:notohh/snowflake.git + remote_name: origin force: false commit: true commit_message: "flake.lock: update"