Skip to content

Commit 154d186

Browse files
authored
Update update-master-from-upstream.yml
1 parent ce0f663 commit 154d186

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-master-from-upstream.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11+
- name: fetch origin
12+
run: |
13+
git fetch origin
1114
- name: Reset the default branch with upstream changes
1215
run: |
1316
git remote add upstream https://github.com/powershell/powershell.git

0 commit comments

Comments
 (0)