Skip to content

Commit 7f222c1

Browse files
authored
Update README.md
1 parent 17b1d06 commit 7f222c1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -195,31 +195,31 @@ on:
195195

196196
        required: true
197197

198-
\`\`\`
198+
```
199199
200200
201201
202-
\## 🐛 Troubleshooting
202+
## 🐛 Troubleshooting
203203
204204
205205
206-
\### Common Issues & Solutions
206+
### Common Issues & Solutions
207207
208208
209209
210210
| Problem | Solution |
211211
212212
|---------|----------|
213213
214-
| \*\*Error: Access denied\*\* | Regenerate GitLab token with correct scopes |
214+
| **Error: Access denied** | Regenerate GitLab token with correct scopes |
215215
216-
| \*\*Error: Repository not found\*\* | Create the repository on GitLab first |
216+
| **Error: Repository not found** | Create the repository on GitLab first |
217217
218-
| \*\*Sync not triggering\*\* | Check workflow file location and YAML syntax |
218+
| **Sync not triggering** | Check workflow file location and YAML syntax |
219219
220-
| \*\*Token expired\*\* | Create new token and update GitHub secrets |
220+
| **Token expired** | Create new token and update GitHub secrets |
221221
222-
| \*\*Branch conflicts\*\* | Use \`--force\` flag in push command |
222+
| **Branch conflicts** | Use `--force` flag in push command |
223223

224224

225225

0 commit comments

Comments
 (0)