From 5492eb6d8c83dae33e7de74b0c89a1c26c72940c Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 18 Sep 2024 13:56:41 +0200 Subject: [PATCH] Scaffolder: Add ability to reference specific actions Signed-off-by: Johan Haals --- .changeset/nasty-lamps-greet.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/nasty-lamps-greet.md diff --git a/.changeset/nasty-lamps-greet.md b/.changeset/nasty-lamps-greet.md new file mode 100644 index 0000000000..75d8086db7 --- /dev/null +++ b/.changeset/nasty-lamps-greet.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder': minor +--- + +Added ability to link to a specific action on the actions page