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
Add input projectUrl to add project URL to the generated package.
Usually associated with the linked Automation Hub project, but if that
is not provided a link to the repository is used in its place
|**projectVersion**|A valid semver tag version number (without the leading 'v') to set the version of the packages|True||
68
68
|**releaseNotes**|Release notes to be added in the generated .nupkg files|False||
69
+
|**projectUrl**|Project URL for the generated package. Usually associated with the Automation Hub project. If not provided, the repository URL will be used|||
Copy file name to clipboardExpand all lines: action.yml
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@ inputs:
33
33
releaseNotes:
34
34
description: 'Release notes for the package'
35
35
required: false
36
+
projectUrl:
37
+
description: 'Project URL for the generated package. Usually associated with the Automation Hub project. If not provided, the repository URL will be used'
38
+
required: false
36
39
outputs:
37
40
packagesPath:
38
41
description: 'Folder containing the generated packages'
0 commit comments