From 3a82b7bacf4ebfc2e77d03afa620baee0490b03b Mon Sep 17 00:00:00 2001 From: Ian <51089822+ianrwhitney@users.noreply.github.com> Date: Sun, 8 Mar 2026 13:21:44 -0600 Subject: [PATCH] chore: fix broken github-actions link (#33202) Signed-off-by: ianwhitney --- microsite/data/plugins/github-actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/github-actions.yaml b/microsite/data/plugins/github-actions.yaml index 6b1af3fe36..55503f4fbb 100644 --- a/microsite/data/plugins/github-actions.yaml +++ b/microsite/data/plugins/github-actions.yaml @@ -4,7 +4,7 @@ author: Spotify authorUrl: https://github.com/spotify category: CI/CD description: GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. -documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/github-actions/plugins/github-actions +documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/github/plugins/github-actions iconUrl: https://avatars2.githubusercontent.com/u/44036562?s=400&v=4 npmPackageName: '@backstage-community/plugin-github-actions' addedDate: '2021-01-20'