You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e-version/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,19 @@ By default, this actions resolves an image for the latest build of the main bran
12
12
13
13
The maximum number of versions to resolve. Default is 6, 0 means no limit.
14
14
15
+
### `plugin-path`
16
+
17
+
Only applies when using `plugin-grafana-dependency` mode without a `grafana-dependency` override. Path to the plugin root directory — the directory that contains the `src/plugin.json` file. Defaults to the repository root. Use this when the plugin is in a subdirectory rather than at the root of the repository.
Copy file name to clipboardExpand all lines: e2e-version/action.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,10 @@ inputs:
26
26
required: false
27
27
description: 'Optionally, use this input to pass a semver range of supported Grafana versions to test against. This is only used when version-resolver-type is plugin-grafana-dependency. If not provided, the action will try to read grafanaDependency from the plugin.json file.'
28
28
type: string
29
+
plugin-path:
30
+
required: false
31
+
description: 'Only applies when version-resolver-type is plugin-grafana-dependency and grafana-dependency is not set. Path to the plugin root directory containing src/plugin.json. Defaults to the repository root. Useful when the plugin is in a subdirectory (e.g. plugin).'
32
+
type: string
29
33
limit:
30
34
required: false
31
35
description: 'The maximum number of versions to resolve. Default is 6, 0 means no limit.'
0 commit comments