MicGuest
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -21,7 +21,7 @@ jobs:
|
|
21 |
# Steps represent a sequence of tasks that will be executed as part of the job
|
22 |
steps:
|
23 |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
24 |
-
- uses: actions/checkout@
|
25 |
with:
|
26 |
fetch_depth: 0
|
27 |
- name: Add remote
|
|
|
21 |
# Steps represent a sequence of tasks that will be executed as part of the job
|
22 |
steps:
|
23 |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
24 |
+
- uses: actions/checkout@v2
|
25 |
with:
|
26 |
fetch_depth: 0
|
27 |
- name: Add remote
|