From 55c08891ebde794d360a23bd40fd703cbeba4a64 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Wed, 14 Jun 2023 08:40:32 +0200 Subject: [PATCH] Update updater.yml Sources updater should commit manifest.toml, not conf anymore. --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 60e9bef..e48f9bb 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -78,4 +78,4 @@ jobs: title: Update extension urls body: Update extension urls draft: false - add-paths: conf + add-paths: manifest.toml