From 4478c06d9b86b8bc292483de57dea7ff0e2e3f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 9 Apr 2023 08:37:40 +0100 Subject: [PATCH] fix update-flake --- .woodpecker/update-flake.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/update-flake.yaml b/.woodpecker/update-flake.yaml index 5549c16..c4857a3 100644 --- a/.woodpecker/update-flake.yaml +++ b/.woodpecker/update-flake.yaml @@ -57,8 +57,9 @@ pipeline: - event: manual gitea-pr: image: nixery.dev/shell/curl - commands: | - - echo '{ "assignee": "darkkirb", "base": "main", "head": "update-flake-lock", "title": "Update lockfile", "body": "" }' | curl -X PUT -H "Authorization: token $GITEA_TOKEN" -H "Content-Type: application/json" --data-binary @- 'https://git.chir.rs/api/v1/repos/darkkirb/nix-packages/pulls' + commands: + - | + echo '{ "assignee": "darkkirb", "base": "main", "head": "update-flake-lock", "title": "Update lockfile", "body": "" }' | curl -X PUT -H "Authorization: token $GITEA_TOKEN" -H "Content-Type: application/json" --data-binary @- 'https://git.chir.rs/api/v1/repos/darkkirb/nix-packages/pulls' secrets: - gitea_token when: