Spaces:
Sleeping
Sleeping
Remove empty line in main.yml workflow
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -6,7 +6,6 @@ on:
|
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
| 8 |
|
| 9 |
-
|
| 10 |
jobs:
|
| 11 |
sync-to-hub:
|
| 12 |
runs-on: ubuntu-latest
|
|
|
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
| 8 |
|
|
|
|
| 9 |
jobs:
|
| 10 |
sync-to-hub:
|
| 11 |
runs-on: ubuntu-latest
|