Skip to content

Commit 0c33fb7

Browse files
NkotihalSSingh5845
authored andcommitted
Create action.yml
Automating automerge from main to dev-6.2.0
1 parent 758a29d commit 0c33fb7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 'Checkout Repository'
2+
3+
description: 'Checkout the repository and fetch all branches'
4+
5+
runs:
6+
using: 'composite'
7+
steps:
8+
- name: Checkout repository
9+
shell: bash
10+
run: |
11+
git clone "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" .
12+
git fetch --all

0 commit comments

Comments
 (0)