Skip to content

Commit 399877c

Browse files
committed
Update mirror.yml
1 parent 73fd2ff commit 399877c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/mirror.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Run a one-line script
13-
run: git push origin master:gonzobot
12+
- run: |
13+
git fetch --all
14+
git push origin master:gonzobot

0 commit comments

Comments
 (0)