Skip to content

Commit a84d629

Browse files
committed
test: workflow
1 parent 8ba019e commit a84d629

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sync-to-backend-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git branch -M style/ui
4343
git fetch origin style/ui
4444
45-
# Merge changes and override conflicts with ours
45+
# Merge changes and override conflicts with ours --allow-unrelated-histories
4646
git merge -X ours origin/style/ui
4747
4848
# Push the changes to the style/ui branch

src/style/_variables.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ $persian-red: #cf3030 !default;
3434
$mango-tango: #e97500 !default;
3535

3636

37-
// Swaggy-Swagger Theme
38-
// for workflow test
37+
// Swaggy-Swagger Theme
38+
// for workflow test !!
3939
$color-primary: #2B6764 !default;
4040
$color-secondary: #877455 !default;
4141
$color-info: #4990e2 !default;
@@ -227,4 +227,4 @@ $topbar-download-url-button-font-color: white !default;
227227

228228
$text-body-default-font-color: $bright-gray !default;
229229
$text-code-default-font-color: $bright-gray !default;
230-
$text-headline-default-font-color: $bright-gray !default;
230+
$text-headline-default-font-color: $bright-gray !default;

0 commit comments

Comments
 (0)