ayushnoori commited on
Commit
b69f412
·
1 Parent(s): 7496f58

Update actions

Browse files
.github/workflows/sync_to_space.yml CHANGED
@@ -19,8 +19,8 @@ jobs:
19
 
20
  - name: Overwrite 'spaces' with 'main'
21
  run: |
22
- git checkout spaces
23
- git reset --hard main
24
 
25
  - name: Delete 'README.md'
26
  run: |
 
19
 
20
  - name: Overwrite 'spaces' with 'main'
21
  run: |
22
+ git fetch origin main:main
23
+ git reset --hard main
24
 
25
  - name: Delete 'README.md'
26
  run: |