From 331f9a1b96db9a4534853fa8f60007f4faf19e24 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Mon, 20 May 2024 16:26:20 +0200 Subject: [PATCH] docs: add change log entry --- changes/ce/fix-13077.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/fix-13077.en.md diff --git a/changes/ce/fix-13077.en.md b/changes/ce/fix-13077.en.md new file mode 100644 index 000000000..8082c6c40 --- /dev/null +++ b/changes/ce/fix-13077.en.md @@ -0,0 +1 @@ +Updates to action configurations would sometimes not take effect without disabling and enabling the action. This means that an action could sometimes run with the old (previous) configuration even though it would look like the action configuration has been updated successfully.