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: action.yml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@ inputs:
91
91
description: 'The GitHub workflow name, used for telemetry purposes.'
92
92
required: false
93
93
default: '${{ github.workflow }}'
94
+
github_item_number:
95
+
description: 'The Issue or Pull Request number the CLI is operating on. Useful for tracking unique item usage in telemetry. Defaults to the event payload.'
0 commit comments