We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e6ba48 + a5062de commit 220c07bCopy full SHA for 220c07b
.github/workflows/sync-to-backend-repo.yml
@@ -42,7 +42,7 @@ jobs:
42
git branch -M style/ui
43
git fetch origin style/ui
44
45
- # Merge changes and override conflicts with ours --allow-unrelated-histories
+ # Merge changes and override conflicts with ours
46
git merge -X ours origin/style/ui
47
48
# Push the changes to the style/ui branch
src/style/_variables.scss
@@ -35,7 +35,6 @@ $mango-tango: #e97500 !default;
35
36
37
// Swaggy-Swagger Theme
38
-// for workflow test !!
39
$color-primary: #2B6764 !default;
40
$color-secondary: #877455 !default;
41
$color-info: #4990e2 !default;
0 commit comments