Skip to content

Commit e85690d

Browse files
committed
checkout
1 parent 1291d2b commit e85690d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/demo.workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
windows-installer:
1717
runs-on: windows-latest
1818
steps:
19-
# Clones repository without persisting credentials
20-
# As this local git repository is packed with installer
2119
- uses: actions/checkout@v2
2220
with:
2321
submodules: 'recursive'
@@ -102,6 +100,9 @@ jobs:
102100
runs-on: windows-latest
103101
needs: windows-installer
104102
steps:
103+
- name: Checkout repository
104+
uses: actions/checkout@v2
105+
105106
- name: Download Windows installer
106107
uses: actions/download-artifact@v2
107108
with:

0 commit comments

Comments
 (0)