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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Git Checkout
2
-
description: Checks-out your repository under $GITHUB_WORKSPACE, so your workflow can access it. Leverages the official checkout action pre-configured specifically for the majority.
2
+
description: Checks-out your repository under $GITHUB_WORKSPACE, so your workflow can access it.
3
3
inputs:
4
4
ref:
5
5
description: The branch, tag or SHA to checkout. Default is the head of the default branch in the repository.
0 commit comments