From eba5c6074ac9ddfcedbee93eb9d9224c2db78f0e Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 7 Oct 2024 06:11:54 +0200 Subject: [PATCH] ci: Update instructions for updating presets Signed-off-by: provokateurin --- .github/workflows/update_presets.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_presets.yaml b/.github/workflows/update_presets.yaml index cf67deb7d42..29432287bf5 100644 --- a/.github/workflows/update_presets.yaml +++ b/.github/workflows/update_presets.yaml @@ -30,4 +30,6 @@ jobs: branch: chore/nextcloud_test/update-presets delete-branch: true title: "chore(nextcloud_test): Update presets" - body: "Make sure to update the supported apps table if a new preset is added!" + body: | + Make sure to update the supported apps table if a new preset is added! + `git checkout chore/nextcloud_test/update-presets && git commit --amend -s --no-edit && git push -f` locally to trigger the CI.