From 727cccf76a2ab0dd101fb72c079db30d4c861fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Mon, 18 Mar 2024 15:05:38 +0100 Subject: [PATCH] Update custopize.yml See if disabling log fetch makes the workflow run again --- .github/workflows/custopize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custopize.yml b/.github/workflows/custopize.yml index e1b81fa..56ad55d 100644 --- a/.github/workflows/custopize.yml +++ b/.github/workflows/custopize.yml @@ -240,7 +240,7 @@ jobs: repo: OctoPrint/devtools ref: main inputs: '{"image": "${{ needs.build.outputs.image-url }}", "target": "pic"}' - repost-logs: true + repost-logs: false deploy: name: "Deploy"