@backstage-community/plugin-github-actions 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ import {
|
|
|
108
108
|
const serviceEntityPage = (
|
|
109
109
|
<EntityLayout>
|
|
110
110
|
{/* other tabs... */}
|
|
111
|
-
<EntityLayout.Route path="/github-actions" title="GitHub Actions">
|
|
111
|
+
<EntityLayout.Route path="/github-actions" title="GitHub Actions" if={isGithubActionsAvailable}>
|
|
112
112
|
<EntityGithubActionsContent />
|
|
113
113
|
</EntityLayout.Route>
|
|
114
114
|
```
|