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
+3
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,9 @@ inputs:
98
98
github-server-url:
99
99
description: The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com
100
100
required: false
101
+
object-format:
102
+
description: 'Specify the Git object format for repository initialization (sha1, sha256).'
103
+
required: false
101
104
outputs:
102
105
ref:
103
106
description: 'The branch, tag or SHA that was checked out'
0 commit comments